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 | 衍??驛? | 10011111101001010011111100111111111010011000001100111111 | 9fa53f3fe9833f |
EUC-JP | 衍??驛? | 11011110101001110011111100111111111100011110001100111111 | dea73f3ff1e33f |
UTF-8 | 衍뤸콖驛듣 | 111010001010000110001101111010111010010010111000111011001011110110010110111010011010100110011011111010111001001110100011 | e8a18deba4b8ecbd96e9a99beb93a3 |
UHC | 衍뤸콖驛듣 | 11100110111000101000111111100110101100011001000011100110101111101011010111101000 | e6e28fe6b190e6beb5e8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)