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 | 10001111110010011100101010111100101010010110111001000010 | 8fc9cabca96e42 |
SJIS-WIN | ?????nB | 00111111001111110011111100111111001111110110111001000010 | 3f3f3f3f3f6e42 |
EUC-JP | ?ÉÊ?©nB | 00111111100011111010101010110001100011111010101010110100001111111000111110100010111011010110111001000010 | 3f8faab18faab43f8fa2ed6e42 |
UTF-8 | Éʼ©nB | 110000101000111111000011100010011100001110001010110000101011110011000010101010010110111001000010 | c28fc389c38ac2bcc2a96e42 |
UHC | ???¼?nB | 0011111100111111001111111010100011111001001111110110111001000010 | 3f3f3fa8f93f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)