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 | ??_?? | 0011111100111111010111110011111100111111 | 3f3f5f3f3f |
SJIS-WIN | 蜥、_邇ウ | 11100101100100101010010001011111111001111000111010110011 | e592a45fe78eb3 |
EUC-JP | 蜥、_邇ウ | 111010011111001010001110101001000101111111101101111011101000111010110011 | e9f28ea45fedee8eb3 |
UTF-8 | 蜥、_邇ウ | 11101000100111001010010111101111101111011010010001011111111010011000001010000111111011111011110110110011 | e89ca5efbda45fe98287efbdb3 |
UHC | ??_邇? | 001111110011111101011111111011001100010000111111 | 3f3f5fecc43f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)