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 | 溏穢鶸 | 100111111110110111100010011100011110101001010011 | 9fede271ea53 |
EUC-JP | 溏穢鶸 | 110111101110111111100011110100101111001110110100 | deefe3d2f3b4 |
UTF-8 | 溏穢鶸 | 111001101011101010001111111001111010100110100010111010011011011010111000 | e6ba8fe7a9a2e9b6b8 |
UHC | ?穢? | 00111111111001111101101100111111 | 3fe7db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)