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 | ?????Sgh | 0011111100111111001111110011111100111111010100110110011101101000 | 3f3f3f3f3f536768 |
SJIS-WIN | ?????Sgh | 0011111100111111001111110011111100111111010100110110011101101000 | 3f3f3f3f3f536768 |
EUC-JP | ?????Sgh | 0011111100111111001111110011111100111111010100110110011101101000 | 3f3f3f3f3f536768 |
UTF-8 | 채횥혢챠혧Sgh | 111011001011000110000100111011011001101010100101111011011001100010100010111011001011000110100000111011011001100010100111010100110110011101101000 | ecb184ed9aa5ed98a2ecb1a0ed98a7536768 |
UHC | 채횥혢챠혧Sgh | 11000011101001001100001110011100110000101000101111000011101011011100001010001111010100110110011101101000 | c3a4c39cc28bc3adc28f536768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)