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 | 殲nB | 1110011010101110100011111000110010001001101100100110111001000010 | e6ae8f8c89b26e42 |
SJIS-WIN | ??????nB | 0011111100111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f3f6e42 |
EUC-JP | æ®????nB | 100011111010100111000001100011111010001011101110001111110011111100111111001111110110111001000010 | 8fa9c18fa2ee3f3f3f3f6e42 |
UTF-8 | 殲nB | 1100001110100110110000101010111011000010100011111100001010001100110000101000100111000010101100100110111001000010 | c3a6c2aec28fc28cc289c2b26e42 |
UHC | æ®???²nB | 1010100110100001101000101110011100111111001111110011111110101001111101110110111001000010 | a9a1a2e73f3f3fa9f76e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)