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 | 蔟括掌 | 111001001111010110001010100001111000111110110110 | e4f58a878fb6 |
EUC-JP | 蔟括掌 | 111010001111011110110011111001111011111010111000 | e8f7b3e7beb8 |
UTF-8 | 蔟括掌 | 111010001001010010011111111001101000101110101100111001101000111010001100 | e8949fe68bace68e8c |
UHC | ?括掌 | 0011111111001110110000001110110111100110 | 3fcec0ede6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)