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 | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
SJIS-WIN | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
EUC-JP | ??????\h | 0011111100111111001111110011111100111111001111110101110001101000 | 3f3f3f3f3f3f5c68 |
UTF-8 | 챤혦혬챕혗쨉\h | 1110110010110001101001001110110110011000101001101110110110011000101011001110110010110001100101011110110110011000100101111110110010101000100010010101110001101000 | ecb1a4ed98a6ed98acecb195ed9897eca8895c68 |
UHC | 챤혦혬챕혗쨉\h | 1100001110101110110000101000111011000010100101001100001110101001110000101000001011000010101101010101110001101000 | c3aec28ec294c3a9c282c2b55c68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)