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 | 顋墓凵 | 111010001111100110010101111001101001100110000001 | e8f995e69981 |
EUC-JP | 顋墓凵 | 111100001111101111001010111010001101000111100001 | f0fbcae8d1e1 |
UTF-8 | 顋墓凵 | 111010011010000110001011111001011010001010010011111001011000011110110101 | e9a18be5a293e587b5 |
UHC | ?墓? | 00111111110110011101011100111111 | 3fd9d73f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)