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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 蟾ス譌冗カ哥 | 11100101101101111011110111100110100101111000111111100111101101101001101001000110 | e5b7bde6978fe7b69a46 |
EUC-JP | 蟾ス譌冗カ哥 | 111010101011100110001110101111011110101111110111101111101110100110001110101101101101001110100111 | eab98ebdebf7bee98eb6d3a7 |
UTF-8 | 蟾ス譌冗カ哥 | 111010001001111110111110111011111011110110111101111010001010110110001100111001011000011010010111111011111011110110110110111001011001001110100101 | e89fbeefbdbde8ad8ce58697efbdb6e593a5 |
UHC | 蟾??冗?哥 | 111000001110101000111111001111111110100110110111001111111100101010101000 | e0ea3f3fe9b73fcaa8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)