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 | 1110011010111101100000011110011110000011100010110110111001000010 | e6bd81e7838b6e42 |
EUC-JP | 貎∫ルnB | 1110110010111111101000101110100110100101111010110110111001000010 | ecbfa2e9a5eb6e42 |
UTF-8 | 貎∫ルnB | 1110100010110010100011101110001010001000101010111110001110000011101010110110111001000010 | e8b28ee288abe383ab6e42 |
UHC | ?∫ルnB | 00111111101000011111001010101011111010110110111001000010 | 3fa1f2abeb6e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)