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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 蔗冗ゥゥB | 11100100111100101000111111100111101010011010100101000010 | e4f28fe7a9a942 |
EUC-JP | 蔗冗ゥゥB | 111010001111010010111110111010011000111010101001100011101010100101000010 | e8f4bee98ea98ea942 |
UTF-8 | 蔗冗ゥゥB | 11101000100101001001011111100101100001101001011111101111101111011010100111101111101111011010100101000010 | e89497e58697efbda9efbda942 |
UHC | 蔗冗??B | 11101101101111011110100110110111001111110011111101000010 | edbde9b73f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)