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 | 蜚冗ゥゥ\ | 11100101100101001000111111100111101010011010100101011100 | e5948fe7a9a95c |
EUC-JP | 蜚冗ゥゥ\ | 111010011111010010111110111010011000111010101001100011101010100101011100 | e9f4bee98ea98ea95c |
UTF-8 | 蜚冗ゥゥ\ | 11101000100111001001101011100101100001101001011111101111101111011010100111101111101111011010100101011100 | e89c9ae58697efbda9efbda95c |
UHC | 蜚冗??\ | 11011110101001001110100110110111001111110011111101011100 | dea4e9b73f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)