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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 耀?耀?B | 10010111011100110011111110010111011100110011111101000010 | 97733f97733f42 |
EUC-JP | 耀?耀?B | 11001101110101000011111111001101110101000011111101000010 | cdd43fcdd43f42 |
UTF-8 | 耀잏耀잏B | 11101000100000001000000011101100100111101000111111101000100000001000000011101100100111101000111101000010 | e88080ec9e8fe88080ec9e8f42 |
UHC | 耀잏耀잏B | 111010011010010110011111111001111110100110100101100111111110011101000010 | e9a59fe7e9a59fe742 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)