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 | 詹鰓 | 11111011101001011110100111010010 | fba5e9d2 |
EUC-JP | 詹鰓 | 1000111111011101111010101111001011010100 | 8fddeaf2d4 |
UTF-8 | 詹鰓 | 111010001010100110111001111010011011000010010011 | e8a9b9e9b093 |
UHC | 詹? | 111101001101101000111111 | f4da3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)