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 | 陦ス驪 | 1110100010100001101111011110100110001011 | e8a1bde98b |
EUC-JP | 陦ス驪 | 111100001010001110001110101111011111000111101011 | f0a38ebdf1eb |
UTF-8 | 陦ス驪 | 111010011001100110100110111011111011110110111101111010011010100110101010 | e999a6efbdbde9a9aa |
UHC | ??驪 | 00111111001111111101010111110001 | 3f3fd5f1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)