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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 痙獗甄 | 111000010111101011100000110100111110000101001010 | e17ae0d3e14a |
EUC-JP | 痙獗甄 | 111000011101101111100000110101011110000110101011 | e1dbe0d5e1ab |
UTF-8 | 痙獗甄 | 111001111001011110011001111001111000110110010111111001111001010010000100 | e79799e78d97e79484 |
UHC | 痙獗甄 | 110011001110001011001111111100011100110010110100 | cce2cff1ccb4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)