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 | 10010010111010010110111010010010111010010110111001000010 | 92e96e92e96e42 |
EUC-JP | 帝n帝nB | 11000100111010110110111011000100111010110110111001000010 | c4eb6ec4eb6e42 |
UTF-8 | 帝n帝nB | 111001011011100010011101011011101110010110111000100111010110111001000010 | e5b89d6ee5b89d6e42 |
UHC | 帝n帝nB | 11110000101010000110111011110000101010000110111001000010 | f0a86ef0a86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)