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 | 讒「險 | 1110011010100111101000101110100010101000 | e6a7a2e8a8 |
EUC-JP | 讒「險 | 111011001010100110001110101000101111000010101010 | eca98ea2f0aa |
UTF-8 | 讒「險 | 111010001010111010010010111011111011110110100010111010011001101010101010 | e8ae92efbda2e99aaa |
UHC | 讒?險 | 1111001111011000001111111111101011001111 | f3d83ffacf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)