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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蠎基摶雍 | 1110010110111010100010101110111010011101100101101110100010110100 | e5ba8aee9d96e8b4 |
EUC-JP | 蠎基摶雍 | 1110101010111100101101001111000011011001111101101111000010110110 | eabcb4f0d9f6f0b6 |
UTF-8 | 蠎基摶雍 | 111010001010000010001110111001011001111110111010111001101001000110110110111010011001101110001101 | e8a08ee59fbae691b6e99b8d |
UHC | ?基?雍 | 001111111101000011110001001111111110100010111100 | 3fd0f13fe8bc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)