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 | ???nB | 0011111100111111001111110110111001000010 | 3f3f3f6e42 |
SJIS-WIN | 襠灘廠nB | 1110010111111011100100111110010110001111101100010110111001000010 | e5fb93e58fb16e42 |
EUC-JP | 襠灘廠nB | 1110101011111101110001101110011110111110101100110110111001000010 | eafdc6e7beb36e42 |
UTF-8 | 襠灘廠nB | 1110100010100101101000001110011110000001100110001110010110111011101000000110111001000010 | e8a5a0e78198e5bba06e42 |
UHC | ?灘廠nB | 00111111111101111010100011110011110111110110111001000010 | 3ff7a8f3df6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)