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 | 蔗冗離 | 111001001111001010001111111001111001011110100011 | e4f28fe797a3 |
EUC-JP | 蔗冗離 | 111010001111010010111110111010011100111010100101 | e8f4bee9cea5 |
UTF-8 | 蔗冗離 | 111010001001010010010111111001011000011010010111111010011001101110100010 | e89497e58697e99ba2 |
UHC | 蔗冗離 | 111011011011110111101001101101111101011111101110 | edbde9b7d7ee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)