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 | 蠎基摶 | 111001011011101010001010111011101001110110010110 | e5ba8aee9d96 |
EUC-JP | 蠎基摶 | 111010101011110010110100111100001101100111110110 | eabcb4f0d9f6 |
UTF-8 | 蠎基摶 | 111010001010000010001110111001011001111110111010111001101001000110110110 | e8a08ee59fbae691b6 |
UHC | ?基? | 00111111110100001111000100111111 | 3fd0f13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)