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 | 嶸??唯? | 11111010101101000011111100111111100101110100001000111111 | fab43f3f97423f |
EUC-JP | 嶸??唯? | 1000111110111011111101000011111100111111110011011010001100111111 | 8fbbf43f3fcda33f |
UTF-8 | 嶸뗫틺唯럋 | 111001011011011010111000111010111001011110101011111011011000101110111010111001011001010010101111111010111001111110001011 | e5b6b8eb97abed8bbae594afeb9f8b |
UHC | 嶸뗫틺唯럋 | 11100111101011101000101111101011101110101010000011101010111001101000111001101000 | e7ae8bebbaa0eae68e68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)