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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 逍セ迺ス\ | 11100111100101101011111011100111100100101011110101011100 | e796bee792bd5c |
EUC-JP | 逍セ迺ス\ | 111011011111011010001110101111101110110111110010100011101011110101011100 | edf68ebeedf28ebd5c |
UTF-8 | 逍セ迺ス\ | 11101001100000001000110111101111101111011011111011101000101111111011101011101111101111011011110101011100 | e9808defbdbee8bfbaefbdbd5c |
UHC | 逍???\ | 111000011100111000111111001111110011111101011100 | e1ce3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)