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 | 001111110011111100111111001111110011111101010000 | 3f3f3f3f3f50 |
SJIS-WIN | 意????P | 10001000110100110011111100111111001111110011111101010000 | 88d33f3f3f3f50 |
EUC-JP | 意????P | 10110000110101010011111100111111001111110011111101010000 | b0d53f3f3f3f50 |
UTF-8 | 意펴렮펼깡P | 11100110100001001000111111101101100011101011010011101011101000001010111011101101100011101011110011101010101110011010000101010000 | e6848fed8eb4eba0aeed8ebceab9a150 |
UHC | 意펴렮펼깡P | 1110101111110010110001101110110010001110101110111100011011101110101100011111100001010000 | ebf2c6ec8ebbc6eeb1f850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)