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 | 膺り? | 1110010001011110100000101110100000111111 | e45e82e83f |
EUC-JP | 膺り? | 1110011110111111101001001110101000111111 | e7bfa4ea3f |
UTF-8 | 膺り턁 | 111010001000011010111010111000111000001010001010111011011000010010000001 | e886bae3828aed8481 |
UHC | 膺り턁 | 111010111110110010101010111010101011010110011101 | ebecaaeab59d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)