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 | ?\??? | 0011111101011100001111110011111100111111 | 3f5c3f3f3f |
SJIS-WIN | ?\??? | 0011111101011100001111110011111100111111 | 3f5c3f3f3f |
EUC-JP | ?\??? | 0011111101011100001111110011111100111111 | 3f5c3f3f3f |
UTF-8 | 챈\혡챕짝 | 11101100101100011000100001011100111011011001100010100001111011001011000110010101111011001010011110011101 | ecb1885ced98a1ecb195eca79d |
UHC | 챈\혡챕짝 | 110000111010011001011100110000101000101011000011101010011100001010100110 | c3a65cc28ac3a9c2a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)