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 | 跣壼惱 | 111001101110111110011010111001011001110010111011 | e6ef9ae59cbb |
EUC-JP | 跣壼惱 | 111011001111000111010100111001111101100010111101 | ecf1d4e7d8bd |
UTF-8 | 跣壼惱 | 111010001011011110100011111001011010001110111100111001101000001110110001 | e8b7a3e5a3bce683b1 |
UHC | 跣?惱 | 1110000011010011001111111101001011011101 | e0d33fd2dd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)