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 | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-WIN | 耀?\ | 10010111011100110011111101011100 | 97733f5c |
EUC-JP | 耀?\ | 11001101110101000011111101011100 | cdd43f5c |
UTF-8 | 耀잏\ | 11101000100000001000000011101100100111101000111101011100 | e88080ec9e8f5c |
UHC | 耀잏\ | 1110100110100101100111111110011101011100 | e9a59fe75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)