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 | 莠跪慍昿蝓 | 11100100101110101110011011101100100111001011000010011110010001011110010110011111 | e4bae6ec9cb09e45e59f |
EUC-JP | 莠跪慍昿蝓 | 11101000101111001110110011101110110110001011001011011011101001101110101010100001 | e8bceceed8b2dba6eaa1 |
UTF-8 | 莠跪慍昿蝓 | 111010001000111010100000111010001011011110101010111001101000010110001101111001101001100010111111111010001001110110010011 | e88ea0e8b7aae6858de698bfe89d93 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)