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 | 10011111100101010110111010011111100101010110111001000010 | 9f956e9f956e42 |
EUC-JP | 泄n泄nB | 11011101111101010110111011011101111101010110111001000010 | ddf56eddf56e42 |
UTF-8 | 泄n泄nB | 111001101011001110000100011011101110011010110011100001000110111001000010 | e6b3846ee6b3846e42 |
UHC | 泄n泄nB | 11100000110111000110111011100000110111000110111001000010 | e0dc6ee0dc6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)