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 | 伍?? | 10001100110111100011111100111111 | 8cde3f3f |
EUC-JP | 伍?đ | 101110001110000000111111100011111010100111000010 | b8e03f8fa9c2 |
UTF-8 | 伍김đ | 1110010010111100100011011110101010111001100000001100010010010001 | e4bc8deab980c491 |
UHC | 伍김đ | 111001111110101010110001111010001010100110100010 | e7eab1e8a9a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)