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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 谺嵌拔 | 111001101010110010011011110001101001110101010101 | e6ac9bc69d55 |
EUC-JP | 谺嵌拔 | 111011001010111011010110110010001101100110110110 | ecaed6c8d9b6 |
UTF-8 | 谺嵌拔 | 111010001011000010111010111001011011010110001100111001101000101110010100 | e8b0bae5b58ce68b94 |
UHC | ?嵌拔 | 0011111111001010111011101101101011111011 | 3fcaeedafb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)