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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | 絣級勧] | 11100011010100101000101110001001100010101010100101011101 | e3528b898aa95d |
EUC-JP | 絣級勧] | 11100101101100111011010111101001101101001010101101011101 | e5b3b5e9b4ab5d |
UTF-8 | 絣級勧] | 11100111101101011010001111100111101101001001101011100101100010111010011101011101 | e7b5a3e7b49ae58ba75d |
UHC | ?級?] | 0011111111010000111001000011111101011101 | 3fd0e43f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)