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 | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-WIN | 逶エ{逶エs | 1110011110011011101101000111101111100111100110111011010001110011 | e79bb47be79bb473 |
EUC-JP | 逶エ{逶エs | 11101101111110111000111010110100011110111110110111111011100011101011010001110011 | edfb8eb47bedfb8eb473 |
UTF-8 | 逶エ{逶エs | 1110100110000000101101101110111110111101101101000111101111101001100000001011011011101111101111011011010001110011 | e980b6efbdb47be980b6efbdb473 |
UHC | ??{??s | 001111110011111101111011001111110011111101110011 | 3f3f7b3f3f73 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)