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 | ??P | 001111110011111101010000 | 3f3f50 |
SJIS-WIN | 顯ケP | 11101000111110111011100101010000 | e8fbb950 |
EUC-JP | 顯ケP | 1111000011111101100011101011100101010000 | f0fd8eb950 |
UTF-8 | 顯ケP | 11101001101000011010111111101111101111011011100101010000 | e9a1afefbdb950 |
UHC | 顯?P | 11111010111010010011111101010000 | fae93f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)