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 | 101101001110001001001110 | b4e24e |
SJIS-WIN | ´?N | 10000001010011000011111101001110 | 814c3f4e |
EUC-JP | ´âN | 101000011010110110001111101010111010010001001110 | a1ad8faba44e |
UTF-8 | ´âN | 1100001010110100110000111010001001001110 | c2b4c3a24e |
UHC | ´?N | 10100010101001010011111101001110 | a2a53f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)