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 | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
SJIS-WIN | ??????? | 00111111001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f3f |
EUC-JP | ????雩?? | 001111110011111100111111001111111000111111100110111110100011111100111111 | 3f3f3f3f8fe6fa3f3f |
UTF-8 | 롗렲롗뤖雩퓥乶 | 111010111010000110010111111010111010000010110010111010111010000110010111111010111010010010010110111010011001101110101001111011011001001110100101111001001011100110110110 | eba197eba0b2eba197eba496e99ba9ed93a5e4b9b6 |
UHC | 롗렲롗뤖雩퓥乶 | 1000111011011011100011101011111110001110110110111000111111000110111010011110110010111111100011101101110011100011 | 8edb8ebf8edb8fc6e9ecbf8edce3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)