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 | 蔟糯赶 | 111001001111010111100010111101111111101110110000 | e4f5e2f7fbb0 |
EUC-JP | 蔟糯? | 1110100011110111111001001111100100111111 | e8f7e4f93f |
UTF-8 | 蔟糯赶 | 111010001001010010011111111001111011001110101111111010001011010110110110 | e8949fe7b3afe8b5b6 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)