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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 迪晧└ | 111001111000110010011101111011001000010010100100 | e78c9dec84a4 |
EUC-JP | 迪晧└ | 111011011110110011011010111011101010100010100110 | edecdaeea8a6 |
UTF-8 | 迪晧└ | 111010001011111110101010111001101001100110100111111000101001010010010100 | e8bfaae699a7e29494 |
UHC | 迪晧└ | 111011101110100011111011110001011010011010100110 | eee8fbc5a6a6 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)