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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 重?雍?乙?B | 10001111011001000011111111101000101101000011111110001001101100110011111101000010 | 8f643fe8b43f89b33f42 |
EUC-JP | 重?雍?乙?B | 10111101110001010011111111110000101101100011111110110010101101010011111101000010 | bdc53ff0b63fb2b53f42 |
UTF-8 | 重렦雍렏乙렞B | 11101001100001111000110111101011101000001010011011101001100110111000110111101011101000001000111111100100101110011001100111101011101000001001111001000010 | e9878deba0a6e99b8deba08fe4b999eba09e42 |
UHC | 重렦雍렏乙렞B | 11110001111011001000111010110101111010001011110010001110101001011110101111100000100011101010111101000010 | f1ec8eb5e8bc8ea5ebe08eaf42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)