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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 釿軋Α | 111001111110000111100111011000011000001110011111 | e7e1e761839f |
EUC-JP | 釿軋Α | 111011101110001111101101110000101010011010100001 | eee3edc2a6a1 |
UTF-8 | 釿軋Α | 1110100110000111101111111110100010111011100010111100111010010001 | e987bfe8bb8bce91 |
UHC | ?軋Α | 0011111111100100110110001010010111000001 | 3fe4d8a5c1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)