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 | 兄鞁 | 10001100010110101110100011011001 | 8c5ae8d9 |
EUC-JP | 兄鞁 | 10110111101110111111000011011011 | b7bbf0db |
UTF-8 | 兄鞁 | 111001011000010110000100111010011001111010000001 | e58584e99e81 |
UHC | 兄? | 111110101111110000111111 | fafc3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)