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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 蔗冗ゥゥ\ | 11100100111100101000111111100111101010011010100101011100 | e4f28fe7a9a95c |
EUC-JP | 蔗冗ゥゥ\ | 111010001111010010111110111010011000111010101001100011101010100101011100 | e8f4bee98ea98ea95c |
UTF-8 | 蔗冗ゥゥ\ | 11101000100101001001011111100101100001101001011111101111101111011010100111101111101111011010100101011100 | e89497e58697efbda9efbda95c |
UHC | 蔗冗??\ | 11101101101111011110100110110111001111110011111101011100 | edbde9b73f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)