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 | 賊?衣祠 | 10010001101011110011111110001000110111111110001001001011 | 91af3f88dfe24b |
EUC-JP | 賊?衣祠 | 11000010101100010011111110110000111000011110001110101100 | c2b13fb0e1e3ac |
UTF-8 | 賊렠衣祠 | 111010001011001110001010111010111010000010100000111010001010000110100011111001111010010110100000 | e8b38aeba0a0e8a1a3e7a5a0 |
UHC | 賊렠衣祠 | 1110111011100100100011101011000111101011111111011101111011100110 | eee48eb1ebfddee6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)