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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ????雩? | 0011111100111111001111110011111110001111111001101111101000111111 | 3f3f3f3f8fe6fa3f |
UTF-8 | 롗렲롗뤖雩퓥 | 111010111010000110010111111010111010000010110010111010111010000110010111111010111010010010010110111010011001101110101001111011011001001110100101 | eba197eba0b2eba197eba496e99ba9ed93a5 |
UHC | 롗렲롗뤖雩퓥 | 100011101101101110001110101111111000111011011011100011111100011011101001111011001011111110001110 | 8edb8ebf8edb8fc6e9ecbf8e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)