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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ?瓏?紗 | 001111111110000011111010001111111000111011010001 | 3fe0fa3f8ed1 |
EUC-JP | ?瓏?紗 | 001111111110000011111100001111111011110011010011 | 3fe0fc3fbcd3 |
UTF-8 | 亐瓏렚紗 | 111001001011101010010000111001111001001110001111111010111010000010011010111001111011010010010111 | e4ba90e7938feba09ae7b497 |
UHC | 亐瓏렚紗 | 1110101010100111110101101110101010001110101011011101111011101001 | eaa7d6ea8eaddee9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)