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 | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
UTF-8 | 劣먮젷n劣먮젷nB | 111011111010011010011101111010111010100010101110111011001010000010110111011011101110111110100110100111011110101110101000101011101110110010100000101101110110111001000010 | efa69deba8aeeca0b76eefa69deba8aeeca0b76e42 |
UHC | 劣먮젷n劣먮젷nB | 111001101110101110010000111010111010000010101011011011101110011011101011100100001110101110100000101010110110111001000010 | e6eb90eba0ab6ee6eb90eba0ab6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)