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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 禎?h窪?B | 100100101111010100111111100000101000100010001100010001010011111101000010 | 92f53f82888c453f42 |
EUC-JP | 禎?h窪?B | 110001001111011100111111101000111110100010110111101001100011111101000010 | c4f73fa3e8b7a63f42 |
UTF-8 | 禎꿨h窪렜B | 11100111101001101000111011101010101111111010100011101111101111011000100011100111101010101010101011101011101000001001110001000010 | e7a68eeabfa8efbd88e7aaaaeba09c42 |
UHC | 禎꿨h窪렜B | 1110111111101110101100101110010110100011111010001110100011000001100011101010111001000010 | efeeb2e5a3e8e8c18eae42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)