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 | 顋墓翼 | 111010001111100110010101111001101001011110000011 | e8f995e69783 |
EUC-JP | 顋墓翼 | 111100001111101111001010111010001100110111100011 | f0fbcae8cde3 |
UTF-8 | 顋墓翼 | 111010011010000110001011111001011010001010010011111001111011111110111100 | e9a18be5a293e7bfbc |
UHC | ?墓翼 | 0011111111011001110101111110110011001111 | 3fd9d7eccf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)