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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 鰲゙鯲タB | 11101001111000001101111011101001110011001100000001000010 | e9e0dee9ccc042 |
EUC-JP | 鰲゙鯲タB | 111100101110001010001110110111101111001011001110100011101100000001000010 | f2e28edef2ce8ec042 |
UTF-8 | 鰲゙鯲タB | 11101001101100001011001011101111101111101001111011101001101011111011001011101111101111101000000001000010 | e9b0b2efbe9ee9afb2efbe8042 |
UHC | 鰲???B | 111010001010011100111111001111110011111101000010 | e8a73f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)