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 | ??¨? | 00111111001111111010100000111111 | 3f3fa83f |
SJIS-WIN | 驛?¨溢 | 11101001100000110011111110000001010011101000100011101100 | e9833f814e88ec |
EUC-JP | 驛?¨溢 | 11110001111000110011111110100001101011111011000011101110 | f1e33fa1afb0ee |
UTF-8 | 驛노¨溢 | 1110100110101001100110111110101110000101101110001100001010101000111001101011101010100010 | e9a99beb85b8c2a8e6baa2 |
UHC | 驛노¨溢 | 1110011010111110101100111110101110100001101001111110110011101110 | e6beb3eba1a7ecee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)