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 | ?怏??? | 001111111001110010001001001111110011111100111111 | 3f9c893f3f3f |
EUC-JP | ?怏??? | 001111111101011111101001001111110011111100111111 | 3fd7e93f3f3f |
UTF-8 | 섣怏셌렱롁 | 111011001000010010100011111001101000000010001111111011001000010110001100111010111010000010110001111010111010000110000001 | ec84a3e6808fec858ceba0b1eba181 |
UHC | 섣怏셌렱롁 | 10111100101100101110010011101000101111001100001110001110101111101000111011001000 | bcb2e4e8bcc38ebe8ec8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)