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 | 潁ラ〈 | 100111111111000110000011100010011000000101110001 | 9ff183898171 |
EUC-JP | 潁ラ〈 | 110111101111001110100101111010011010000111010010 | def3a5e9a1d2 |
UTF-8 | 潁ラ〈 | 111001101011110110000001111000111000001110101001111000111000000010001000 | e6bd81e383a9e38088 |
UHC | 潁ラ〈 | 111001111011100010101011111010011010000110110100 | e7b8abe9a1b4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)