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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | ハ裄 | 110010101110010111100000 | cae5e0 |
EUC-JP | ハ裄 | 10001110110010101110101011100010 | 8ecaeae2 |
UTF-8 | ハ裄 | 111011111011111010001010111010001010001110000100 | efbe8ae8a384 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)