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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 禎?庄???B | 100100101111010100111111100011111010111100111111001111110011111101000010 | 92f53f8faf3f3f3f42 |
EUC-JP | 禎?庄???B | 110001001111011100111111101111101011000100111111001111110011111101000010 | c4f73fbeb13f3f3f42 |
UTF-8 | 禎렓庄희렰렒B | 11100111101001101000111011101011101000001001001111100101101110101000010011101101100111011010110011101011101000001011000011101011101000001001001001000010 | e7a68eeba093e5ba84ed9daceba0b0eba09242 |
UHC | 禎렓庄희렰렒B | 11101111111011101000111010101000111011011110010011001000111100011000111010111101100011101010011101000010 | efee8ea8ede4c8f18ebd8ea742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)