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 | 諄??蘖 | 111001100111100000111111001111111001111101010000 | e6783f3f9f50 |
EUC-JP | 諄??蘖 | 111010111101100100111111001111111101110110110001 | ebd93f3fddb1 |
UTF-8 | 諄럨똚蘖 | 111010001010101110000100111010111001111110101000111010111001100010011010111010001001100010010110 | e8ab84eb9fa8eb989ae89896 |
UHC | 諄럨똚蘖 | 1110001011110100100011101000101110001100010101111110010111101110 | e2f48e8b8c57e5ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)