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 | 111011101000010110000011011011101110111010000101100000110110111001000010 | ee85836eee85836e42 |
SJIS-WIN | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
EUC-JP | î??nî??nB | 10001111101010111100001000111111001111110110111010001111101010111100001000111111001111110110111001000010 | 8fabc23f3f6e8fabc23f3f6e42 |
UTF-8 | î nî nB | 110000111010111011000010100001011100001010000011011011101100001110101110110000101000010111000010100000110110111001000010 | c3aec285c2836ec3aec285c2836e42 |
UHC | ???n???nB | 001111110011111100111111011011100011111100111111001111110110111001000010 | 3f3f3f6e3f3f3f6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)