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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 謔ワΕ^ | 11100110100000101000001110001111100000111010001101011110 | e682838f83a35e |
EUC-JP | 謔ワΕ^ | 11101011111000101010010111101111101001101010010101011110 | ebe2a5efa6a55e |
UTF-8 | 謔ワΕ^ | 111010001010110010010100111000111000001110101111110011101001010101011110 | e8ac94e383afce955e |
UHC | 謔ワΕ^ | 11111001110011001010101111101111101001011100010101011110 | f9ccabefa5c55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)