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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 螢戊侮嵭咎 | 11100101101000111001010111101000100101011000111011111010101100111001100111101001 | e5a395e8958efab399e9 |
EUC-JP | 螢戊侮嵭咎 | 1110101010100101110010101110101011001001111011101000111110111011110111101101001011101011 | eaa5caeac9ee8fbbded2eb |
UTF-8 | 螢戊侮嵭咎 | 111010001001111010100010111001101000100010001010111001001011111010101110111001011011010110101101111001011001001010001110 | e89ea2e6888ae4beaee5b5ade5928e |
UHC | 螢戊侮?咎 | 111110111010101111011001111001101101100110110010001111111100111110100100 | fbabd9e6d9b23fcfa4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)