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 | 至?檍 | 1000111010001010001111111001111011111000 | 8e8a3f9ef8 |
EUC-JP | 至?檍 | 1011101111101010001111111101110011111010 | bbea3fdcfa |
UTF-8 | 至렞檍 | 111010001000011110110011111010111010000010011110111001101010101010001101 | e887b3eba09ee6aa8d |
UHC | 至렞檍 | 111100101011100010001110101011111110010111100101 | f2b88eafe5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)