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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 衍???h? | 1001111110100101001111110011111100111111100000101000100000111111 | 9fa53f3f3f82883f |
EUC-JP | 衍???h? | 1101111010100111001111110011111100111111101000111110100000111111 | dea73f3f3fa3e83f |
UTF-8 | 衍뤸첁麗h뺀 | 111010001010000110001101111010111010010010111000111011001011001010000001111011111010011010001000111011111011110110001000111010111011101010000000 | e8a18deba4b8ecb281efa688efbd88ebba80 |
UHC | 衍뤸첁麗h뺀 | 111001101110001010001111111001101010101010001110111001101011000010100011111010001011101110101011 | e6e28fe6aa8ee6b0a3e8bbab |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)