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 | 足?? | 10010001101010110011111100111111 | 91ab3f3f |
EUC-JP | 足塡? | 110000101010110110001111101110001011010000111111 | c2ad8fb8b43f |
UTF-8 | 足塡陸 | 111010001011011010110011111001011010000110100001111011111010011110010011 | e8b6b3e5a1a1efa793 |
UHC | 足塡陸 | 111100001110101111101110111100111110101111000001 | f0ebeef3ebc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)