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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 雜シ」 | 111100001011100111101000101101101011110010100011 | f0b9e8b6bca3 |
EUC-JP | ?雜シ」 | 00111111111100001011100010001110101111001000111010100011 | 3ff0b88ebc8ea3 |
UTF-8 | 雜シ」 | 111011101000000110111000111010011001101110011100111011111011110110111100111011111011110110100011 | ee81b8e99b9cefbdbcefbda3 |
UHC | ?雜?? | 0011111111101101110110100011111100111111 | 3fedda3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)