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 | 鞣墓響 | 111010001110001010010101111001101000101110111111 | e8e295e68bbf |
EUC-JP | 鞣墓響 | 111100001110010011001010111010001011011011000001 | f0e4cae8b6c1 |
UTF-8 | 鞣墓響 | 111010011001111010100011111001011010001010010011111010011001111110111111 | e99ea3e5a293e99fbf |
UHC | ?墓響 | 0011111111011001110101111111101011000010 | 3fd9d7fac2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)