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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | ヨチェ鰒 | 1101011011000001101010101110100111010110 | d6c1aae9d6 |
EUC-JP | ヨチェ鰒 | 1000111011010110100011101100000110001110101010101111001011011000 | 8ed68ec18eaaf2d8 |
UTF-8 | ヨチェ鰒 | 111011111011111010010110111011111011111010000001111011111011110110101010111010011011000010010010 | efbe96efbe81efbdaae9b092 |
UHC | ???鰒 | 0011111100111111001111111101110011100001 | 3f3f3fdce1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)