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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 墻??謠?? | 1001101011010100001111110011111111100110100011110011111100111111 | 9ad43f3fe68f3f3f |
EUC-JP | 墻??謠?? | 1101010011010110001111110011111111101011111011110011111100111111 | d4d63f3febef3f3f |
UTF-8 | 墻뀐슨謠쇽쉠 | 111001011010001010111011111010111000000010010000111011001000101010101000111010001010110010100000111011001000011110111101111011001000100110100000 | e5a2bbeb8090ec8aa8e8aca0ec87bdec89a0 |
UHC | 墻뀐슨謠쇽쉠 | 111011011101111110110010111011111011110110111100111010011010101010111100111011111011110110101010 | eddfb2efbdbce9aabcefbdaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)