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 | 磬♀喚 | 111000011111110010000001100010101000101010101011 | e1fc818a8aab |
EUC-JP | 磬♀喚 | 111000101111111010100001111010101011010010101101 | e2fea1eab4ad |
UTF-8 | 磬♀喚 | 111001111010001110101100111000101001100110000000111001011001011010011010 | e7a3ace29980e5969a |
UHC | 磬♀喚 | 110011001110010010100001110011111111110010110000 | cce4a1cffcb0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)