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 | 鱧蒔タ萇 | 111010011110010110001110101010101111000010100110110000001110010011000111 | e9e58eaaf0a6c0e4c7 |
EUC-JP | 鱧蒔?タ萇 | 111100101110011110111100101011000011111110001110110000001110100011001001 | f2e7bcac3f8ec0e8c9 |
UTF-8 | 鱧蒔タ萇 | 111010011011000110100111111010001001001010010100111011101000000110100101111011111011111010000000111010001001000010000111 | e9b1a7e89294ee81a5efbe80e89087 |
UHC | ?蒔??? | 001111111110001111001000001111110011111100111111 | 3fe3c83f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)