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 | ???E | 00111111001111110011111101000101 | 3f3f3f45 |
SJIS-WIN | 該捧?E | 100010100101100110010101111110010011111101000101 | 8a5995f93f45 |
EUC-JP | 該捧?E | 101100111011101011001010111110110011111101000101 | b3bacafb3f45 |
UTF-8 | 該捧맛E | 11101000101010011011001011100110100011011010011111101011101001111001101101000101 | e8a9b2e68da7eba79b45 |
UHC | 該捧맛E | 11111010101100011101110011101001101110001100000001000101 | fab1dce9b8c045 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)