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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 址?蹈寃? | 1001101010101100001111111110011101000100100110111000001100111111 | 9aac3fe7449b833f |
EUC-JP | 址?蹈寃? | 1101010010101110001111111110110110100101110101011110001100111111 | d4ae3feda5d5e33f |
UTF-8 | 址띈蹈寃탓 | 111001011001110110000000111010111001110110001000111010001011100110001000111001011010111110000011111011011000001110010011 | e59d80eb9d88e8b988e5af83ed8393 |
UHC | 址띈蹈寃탓 | 11110010101000111011011011101000110101001011000011101010101100101100010110111111 | f2a3b6e8d4b0eab2c5bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)