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 | 嘶觴? | 1001101001111100111001100101101100111111 | 9a7ce65b3f |
EUC-JP | 嘶觴? | 1101001111011101111010111011110000111111 | d3ddebbc3f |
UTF-8 | 嘶觴媤 | 111001011001100010110110111010001010011110110100111001011010101010100100 | e598b6e8a7b4e5aaa4 |
UHC | 嘶觴媤 | 111000111011011011011111110110001110001110111000 | e3b6dfd8e3b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)