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 | 荳樊駁 | 111001001011100010011110111001101001010010011101 | e4b89ee6949d |
EUC-JP | 荳樊駁 | 111010001011101011011100111010001100011111111101 | e8badce8c7fd |
UTF-8 | 荳樊駁 | 111010001000110110110011111001101010100010001010111010011010011110000001 | e88db3e6a88ae9a781 |
UHC | 荳樊駁 | 110101001110010111011011111000001101101011100000 | d4e5dbe0dae0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)