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 | 1001101101001101100010011110100111100101110010010011111101000010 | 9b4d89e9e5c93f42 |
EUC-JP | 娥蛾衙琁B | 11010101101011101011001011101011111010101100101110001111110011001010001101000010 | d5aeb2ebeacb8fcca342 |
UTF-8 | 娥蛾衙琁B | 11100101101010001010010111101000100110111011111011101000101000011001100111100111100100001000000101000010 | e5a8a5e89bbee8a199e7908142 |
UHC | 娥蛾衙琁B | 111001001011000011100100101101101110010010110111111000001100010001000010 | e4b0e4b6e4b7e0c442 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)