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 | 踵樶 | 11100110111110011001111011101110 | e6f99eee |
EUC-JP | 踵樶 | 11101100111110111101110011110000 | ecfbdcf0 |
UTF-8 | 踵樶 | 111010001011100010110101111001101010100010110110 | e8b8b5e6a8b6 |
UHC | 踵? | 111100011010001000111111 | f1a23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)