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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?}門^ | 001111111000000101110000100101101110010101011110 | 3f817096e55e |
EUC-JP | ?}門^ | 001111111010000111010001110011001110011101011110 | 3fa1d1cce75e |
UTF-8 | 뤚}門^ | 11101011101001001001101011101111101111011001110111101001100101101000000001011110 | eba49aefbd9de996805e |
UHC | 뤚}門^ | 10001111110010011010001111111101110110101010011001011110 | 8fc9a3fddaa65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)