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 | 11100101100000010110111011100101100000010110111001000010 | e5816ee5816e42 |
EUC-JP | 蛛n蛛nB | 11101001111000010110111011101001111000010110111001000010 | e9e16ee9e16e42 |
UTF-8 | 蛛n蛛nB | 111010001001101110011011011011101110100010011011100110110110111001000010 | e89b9b6ee89b9b6e42 |
UHC | 蛛n蛛nB | 11110001110010000110111011110001110010000110111001000010 | f1c86ef1c86e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)