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 | ハ鴈 | 110010101110100111101100 | cae9ec |
EUC-JP | ハ鴈 | 10001110110010101111001011101110 | 8ecaf2ee |
UTF-8 | ハ鴈 | 111011111011111010001010111010011011010010001000 | efbe8ae9b488 |
UHC | ?? | 0011111100111111 | 3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)