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 | 鞐弱l | 111010001101111010001110111000111000001010001100 | e8de8ee3828c |
EUC-JP | 鞐弱l | 111100001110000010111100111001011010001111101100 | f0e0bce5a3ec |
UTF-8 | 鞐弱l | 111010011001111010010000111001011011110010110001111011111011110110001100 | e99e90e5bcb1efbd8c |
UHC | ?弱l | 0011111111100101101100001010001111101100 | 3fe5b0a3ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)