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 | 型?奚 | 1000110001011110001111111001101011110110 | 8c5e3f9af6 |
EUC-JP | 型?奚 | 1011011110111111001111111101010011111000 | b7bf3fd4f8 |
UTF-8 | 型렯奚 | 111001011001111010001011111010111010000010101111111001011010010110011010 | e59e8beba0afe5a59a |
UHC | 型렯奚 | 111110101111111010001110101111001111101010101000 | fafe8ebcfaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)