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 | ??}G | 00111111001111110111110101000111 | 3f3f7d47 |
SJIS-WIN | 悉悉}G | 100011101011101110001110101110110111110101000111 | 8ebb8ebb7d47 |
EUC-JP | 悉悉}G | 101111001011110110111100101111010111110101000111 | bcbdbcbd7d47 |
UTF-8 | 悉悉}G | 1110011010000010100010011110011010000010100010010111110101000111 | e68289e682897d47 |
UHC | 悉悉}G | 111000111111101011100011111110100111110101000111 | e3fae3fa7d47 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)