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 | 磬★鬼 | 111000011111110010000001100110101000101101010011 | e1fc819a8b53 |
EUC-JP | 磬★鬼 | 111000101111111010100001111110101011010110110100 | e2fea1fab5b4 |
UTF-8 | 磬★鬼 | 111001111010001110101100111000101001100010000101111010011010110010111100 | e7a3ace29885e9acbc |
UHC | 磬★鬼 | 110011001110010010100001110110101101000010100001 | cce4a1dad0a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)