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 | ゚ト砠 | 11011111110001001110000111100111 | dfc4e1e7 |
EUC-JP | ゚ト砠 | 100011101101111110001110110001001110001011101001 | 8edf8ec4e2e9 |
UTF-8 | ゚ト砠 | 111011111011111010011111111011111011111010000100111001111010000010100000 | efbe9fefbe84e7a0a0 |
UHC | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)