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 | ??????eh | 0011111100111111001111110011111100111111001111110110010101101000 | 3f3f3f3f3f3f6568 |
SJIS-WIN | ??????eh | 0011111100111111001111110011111100111111001111110110010101101000 | 3f3f3f3f3f3f6568 |
EUC-JP | ??????eh | 0011111100111111001111110011111100111111001111110110010101101000 | 3f3f3f3f3f3f6568 |
UTF-8 | 혧짧횗혧짖청eh | 1110110110011000101001111110110010100111101001111110110110011010100101111110110110011000101001111110110010100111100101101110110010110010101011010110010101101000 | ed98a7eca7a7ed9a97ed98a7eca796ecb2ad6568 |
UHC | 혧짧횗혧짖청eh | 1100001010001111110000101010101011000011100100011100001010001111110000101010001011000011101110110110010101101000 | c28fc2aac391c28fc2a2c3bb6568 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)