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 | ??旭?泣 | 00111111001111111000100010101110001111111000101110000011 | 3f3f88ae3f8b83 |
EUC-JP | ??旭?泣 | 00111111001111111011000010110000001111111011010111100011 | 3f3fb0b03fb5e3 |
UTF-8 | 綎렲旭렩泣 | 111001111011011010001110111010111010000010110010111001101001011110101101111010111010000010101001111001101011001110100011 | e7b68eeba0b2e697adeba0a9e6b3a3 |
UHC | 綎렲旭렩泣 | 11101111111100101000111010111111111010011110111110001110101101111110101111101000 | eff28ebfe9ef8eb7ebe8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)