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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 獻籖籖蛛 | 1110000011011001111000101101110111100010110111011110010110000001 | e0d9e2dde2dde581 |
EUC-JP | 獻籖籖蛛 | 1110000011011011111001001101111111100100110111111110100111100001 | e0dbe4dfe4dfe9e1 |
UTF-8 | 獻籖籖蛛 | 111001111000110110111011111001111011000110010110111001111011000110010110111010001001101110011011 | e78dbbe7b196e7b196e89b9b |
UHC | 獻??蛛 | 111110101100110000111111001111111111000111001000 | facc3f3ff1c8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)