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 | ??擔 | 00111111001111111001110101011110 | 3f3f9d5e |
EUC-JP | ??擔 | 00111111001111111101100110111111 | 3f3fd9bf |
UTF-8 | 렺뗑擔 | 111010111010000010111010111010111001011110010001111001101001001110010100 | eba0baeb9791e69394 |
UHC | 렺뗑擔 | 100011101100001010110110110001001101001110111101 | 8ec2b6c4d3bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)