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 | 1011101001101110101110100110111001000010 | ba6eba6e42 |
SJIS-WIN | ?n?nB | 0011111101101110001111110110111001000010 | 3f6e3f6e42 |
EUC-JP | ºnºnB | 100011111010001011101011011011101000111110100010111010110110111001000010 | 8fa2eb6e8fa2eb6e42 |
UTF-8 | ºnºnB | 11000010101110100110111011000010101110100110111001000010 | c2ba6ec2ba6e42 |
UHC | ºnºnB | 10101000101011000110111010101000101011000110111001000010 | a8ac6ea8ac6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)