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 | ?n}?n{^ | 00111111011011100111110100111111011011100111101101011110 | 3f6e7d3f6e7b5e |
SJIS-WIN | 臣n}臣n{^ | 100100000110001001101110011111011001000001100010011011100111101101011110 | 90626e7d90626e7b5e |
EUC-JP | 臣n}臣n{^ | 101111111100001101101110011111011011111111000011011011100111101101011110 | bfc36e7dbfc36e7b5e |
UTF-8 | 臣n}臣n{^ | 1110100010000111101000110110111001111101111010001000011110100011011011100111101101011110 | e887a36e7de887a36e7b5e |
UHC | 臣n}臣n{^ | 111000111110110101101110011111011110001111101101011011100111101101011110 | e3ed6e7de3ed6e7b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)