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 | 陟醍坩 | 111010001010000010010001111001111001101010101110 | e8a091e79aae |
EUC-JP | 陟醍坩 | 111100001010001011000010111010011101010010110000 | f0a2c2e9d4b0 |
UTF-8 | 陟醍坩 | 111010011001100110011111111010011000011010001101111001011001110110101001 | e9999fe9868de59da9 |
UHC | 陟醍? | 1111010010110011111100001011010100111111 | f4b3f0b53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)