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 | 牋獵粡 | 111000001010111011100000110110001110001011100111 | e0aee0d8e2e7 |
EUC-JP | 牋獵粡 | 111000001011000011100000110110101110010011101001 | e0b0e0dae4e9 |
UTF-8 | 牋獵粡 | 111001111000100110001011111001111000110110110101111001111011001010100001 | e7898be78db5e7b2a1 |
UHC | ?獵? | 00111111110101101011010000111111 | 3fd6b43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)