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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螳溯ャ晞岫 | 111001011010111010011111111010001010110010011101111010011001101110101011 | e5ae9fe8ac9de99bab |
EUC-JP | 螳溯ャ晞岫 | 11101010101100001101111011101010100011101010110011011010111010111101011010101101 | eab0deea8eacdaebd6ad |
UTF-8 | 螳溯ャ晞岫 | 111010001001111010110011111001101011101010101111111011111011110110101100111001101001100110011110111001011011001010101011 | e89eb3e6baafefbdace6999ee5b2ab |
UHC | 螳溯?晞岫 | 110100111101100111100001101111010011111111111101111101011110000111111011 | d3d9e1bd3ffdf5e1fb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)