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 | 疫ユ? | 1000100101110101100000111000011000111111 | 897583863f |
EUC-JP | 疫ユ? | 1011000111010110101001011110011000111111 | b1d6a5e63f |
UTF-8 | 疫ユ툢 | 111001111001011010101011111000111000001110100110111011011000100010100010 | e796abe383a6ed88a2 |
UHC | 疫ユ툢 | 111001101011100110101011111001101011100010011001 | e6b9abe6b899 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)