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 | 址?賈 | 1001101010101100001111111110011011001001 | 9aac3fe6c9 |
EUC-JP | 址?賈 | 1101010010101110001111111110110011001011 | d4ae3feccb |
UTF-8 | 址멱賈 | 111001011001110110000000111010111010100110110001111010001011001110001000 | e59d80eba9b1e8b388 |
UHC | 址멱賈 | 111100101010001110111000111010001100101010111001 | f2a3b8e8cab9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)