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?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
SJIS-WIN | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
EUC-JP | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
UTF-8 | 쏾n쏾nB | 111011001000111110111110011011101110110010001111101111100110111001000010 | ec8fbe6eec8fbe6e42 |
UHC | 쏾n쏾nB | 10011100010110100110111010011100010110100110111001000010 | 9c5a6e9c5a6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)