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 | 瘍痙痙 | 111000011000011111100001011110101110000101111010 | e187e17ae17a |
EUC-JP | 瘍痙痙 | 111000011110011111100001110110111110000111011011 | e1e7e1dbe1db |
UTF-8 | 瘍痙痙 | 111001111001100010001101111001111001011110011001111001111001011110011001 | e7988de79799e79799 |
UHC | 瘍痙痙 | 111001011100101111001100111000101100110011100010 | e5cbcce2cce2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)