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 | 躙豎怙 | 111001110101011111100110101100011001110010000000 | e757e6b19c80 |
EUC-JP | 躙豎怙 | 111011011011100011101100101100111101011111100000 | edb8ecb3d7e0 |
UTF-8 | 躙豎怙 | 111010001011101010011001111010001011000110001110111001101000000010011001 | e8ba99e8b18ee68099 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)