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 | 諄??? | 1110011001111000001111110011111100111111 | e6783f3f3f |
EUC-JP | 諄??孼 | 11101011110110010011111100111111100011111011101011000011 | ebd93f3f8fbac3 |
UTF-8 | 諄뗨둎孼 | 111010001010101110000100111010111001011110101000111010111001000110001110111001011010110110111100 | e8ab84eb97a8eb918ee5adbc |
UHC | 諄뗨둎孼 | 1110001011110100100010111110100010001010010010101110010111101101 | e2f48be88a4ae5ed |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)