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 | 眸囮眸磋 | 1110000111000110100110101001100111100001110001101110000111110110 | e1c69a99e1c6e1f6 |
EUC-JP | 眸囮眸磋 | 1110001011001000110100111111100111100010110010001110001011111000 | e2c8d3f9e2c8e2f8 |
UTF-8 | 眸囮眸磋 | 111001111001110010111000111001011001101110101110111001111001110010111000111001111010001110001011 | e79cb8e59baee79cb8e7a38b |
UHC | 眸?眸磋 | 11011001110000100011111111011001110000101111001110101111 | d9c23fd9c2f3af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)