To what bitstring a character(s) is encoded in each character set?
Input one character or short letters and click "Convert."
Charset | Character | Bit string (binary) | Bit String (hexadecimal) |
---|---|---|---|
ISO-8859-1 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 譎ウ薰ケ | 111001101001100110110011111110111001111010111001 | e699b3fb9eb9 |
EUC-JP | 譎ウ?ケ | 11101011111110011000111010110011001111111000111010111001 | ebf98eb33f8eb9 |
UTF-8 | 譎ウ薰ケ | 111010001010110110001110111011111011110110110011111010001001011010110000111011111011110110111001 | e8ad8eefbdb3e896b0efbdb9 |
UHC | 譎?薰? | 111111011101001000111111111111011011100100111111 | fdd23ffdb93f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)