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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 蟾仙ケ泌垓^ | 11100101101101111001000011100101101110011001010011100101100110101011010001011110 | e5b790e5b994e59ab45e |
EUC-JP | 蟾仙ケ泌垓^ | 1110101010111001110000001110011110001110101110011100100011100111110101001011011001011110 | eab9c0e78eb9c8e7d4b65e |
UTF-8 | 蟾仙ケ泌垓^ | 11101000100111111011111011100100101110111001100111101111101111011011100111100110101100111000110011100101100111101001001101011110 | e89fbee4bb99efbdb9e6b38ce59e935e |
UHC | 蟾仙?泌垓^ | 11100000111010101110000010111001001111111111100110110010111110101010011101011110 | e0eae0b93ff9b2faa75e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)