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 | 11101001111000001101111011101001101100001100000001000010 | e9e0dee9b0c042 |
EUC-JP | 鰲゙魏タB | 111100101110001010001110110111101111001010110010100011101100000001000010 | f2e28edef2b28ec042 |
UTF-8 | 鰲゙魏タB | 11101001101100001011001011101111101111101001111011101001101011011000111111101111101111101000000001000010 | e9b0b2efbe9ee9ad8fefbe8042 |
UHC | 鰲?魏?B | 11101000101001110011111111101010111000000011111101000010 | e8a73feae03f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)