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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | 顫。顫。^ | 1110100011111010101000011111001001111101111010001111101010100001111100100111101101011110 | e8faa1f27de8faa1f27b5e |
EUC-JP | 顫。?顫。?^ | 1111000011111100100011101010000100111111111100001111110010001110101000010011111101011110 | f0fc8ea13ff0fc8ea13f5e |
UTF-8 | 顫。顫。^ | 11101001101000011010101111101111101111011010000111101110100001101011010111101001101000011010101111101111101111011010000111101110100001101011001101011110 | e9a1abefbda1ee86b5e9a1abefbda1ee86b35e |
UHC | 顫??顫??^ | 111011111011010100111111001111111110111110110101001111110011111101011110 | efb53f3fefb53f3f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)