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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 浩梏 | 10001101010111111001111010000111 | 8d5f9e87 |
EUC-JP | 浩梏 | 10111001110000001101101111100111 | b9c0dbe7 |
UTF-8 | 浩梏 | 111001101011010110101001111001101010001010001111 | e6b5a9e6a28f |
UHC | 浩梏 | 11111011110001111100110111011001 | fbc7cdd9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)