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 | ?殉??渦 | 00111111100011110111110100111111001111111000100101010001 | 3f8f7d3f3f8951 |
EUC-JP | ?殉??渦 | 00111111101111011101111000111111001111111011000110110010 | 3fbdde3f3fb1b2 |
UTF-8 | 렟殉렶안渦 | 111010111010000010011111111001101010111010001001111010111010000010110110111011001001010110001000111001101011100010100110 | eba09fe6ae89eba0b6ec9588e6b8a6 |
UHC | 렟殉렶안渦 | 10001110101100001110001011100110100011101100000110111110110010001110100010111110 | 8eb0e2e68ec1bec8e8be |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)