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 | 苣肢 | 11100100100100001000111010001000 | e4908e88 |
EUC-JP | 苣肢 | 11100111111100001011101111101000 | e7f0bbe8 |
UTF-8 | 苣肢 | 111010001000101110100011111010001000001010100010 | e88ba3e882a2 |
UHC | ?肢 | 001111111111001010110110 | 3ff2b6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)