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 | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-WIN | 踉ャD | 11100110111100101010110001000100 | e6f2ac44 |
EUC-JP | 踉ャD | 1110110011110100100011101010110001000100 | ecf48eac44 |
UTF-8 | 踉ャD | 11101000101110001000100111101111101111011010110001000100 | e8b889efbdac44 |
UHC | ??D | 001111110011111101000100 | 3f3f44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)