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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 闡ョ贒。關 | 1110100010010001101011101111101110101111101000011110100010010000 | e891aefbafa1e890 |
EUC-JP | 闡ョ贒。關 | 1110111111110001100011101010111010001111110111111100001110001110101000011110111111110000 | eff18eae8fdfc38ea1eff0 |
UTF-8 | 闡ョ贒。關 | 111010011001011110100001111011111011110110101110111010001011010010010010111011111011110110100001111010011001011110011100 | e997a1efbdaee8b492efbda1e9979c |
UHC | 闡???關 | 11110100110001010011111100111111001111111100111010111100 | f4c53f3f3fcebc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)