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 | 塋??唯?? | 1001101011001000001111110011111110010111010000100011111100111111 | 9ac83f3f97423f3f |
EUC-JP | 塋??唯?? | 1101010011001010001111110011111111001101101000110011111100111111 | d4ca3f3fcda33f3f |
UTF-8 | 塋좎궣唯뽩깷 | 111001011010000110001011111011001010001010001110111010101011011010100011111001011001010010101111111010111011110110101001111010101011100110110111 | e5a18beca28eeab6a3e594afebbda9eab9b7 |
UHC | 塋좎궣唯뽩깷 | 111001111010101110100000111011001000001010110110111010101110011010010110111001011000001110100101 | e7aba0ec82b6eae696e583a5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)