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 | 逵?雌 | 1110011110011100001111111000111010010011 | e79c3f8e93 |
EUC-JP | 逵?雌 | 1110110111111100001111111011101111110011 | edfc3fbbf3 |
UTF-8 | 逵뤺雌 | 111010011000000010110101111010111010010010111010111010011001101110001100 | e980b5eba4bae99b8c |
UHC | 逵뤺雌 | 110100001011000010001111111010001110110111000001 | d0b08fe8edc1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)