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 | 萵゙靏ス\ | 11100100111000001101111011111011111100011011110101011100 | e4e0defbf1bd5c |
EUC-JP | 萵゙靏ス\ | 11101000111000101000111011011110100011111110011110110001100011101011110101011100 | e8e28ede8fe7b18ebd5c |
UTF-8 | 萵゙靏ス\ | 11101000100100001011010111101111101111101001111011101001100111011000111111101111101111011011110101011100 | e890b5efbe9ee99d8fefbdbd5c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)