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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 疋?h?? | 10010101010001000011111110000010100010000011111100111111 | 95443f82883f3f |
EUC-JP | 疋?h?? | 11001001101001010011111110100011111010000011111100111111 | c9a53fa3e83f3f |
UTF-8 | 疋겼h뤋퀚 | 111001111001011010001011111010101011001010111100111011111011110110001000111010111010010010001011111011011000000010011010 | e7968beab2bcefbd88eba48bed809a |
UHC | 疋겼h뤋퀚 | 11111001101101011011000011100101101000111110100010001111101110111011001110001110 | f9b5b0e5a3e88fbbb38e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)