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 | 痙痙癆 | 111000010111101011100001011110101110000110010100 | e17ae17ae194 |
EUC-JP | 痙痙癆 | 111000011101101111100001110110111110000111110100 | e1dbe1dbe1f4 |
UTF-8 | 痙痙癆 | 111001111001011110011001111001111001011110011001111001111001100110000110 | e79799e79799e79986 |
UHC | 痙痙? | 1100110011100010110011001110001000111111 | cce2cce23f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)