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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 癨癨[癨癨[^ | 1110000110011001111000011001100101011011111000011001100111100001100110010101101101011110 | e199e1995be199e1995b5e |
EUC-JP | 癨癨[癨癨[^ | 1110000111111001111000011111100101011011111000011111100111100001111110010101101101011110 | e1f9e1f95be1f9e1f95b5e |
UTF-8 | 癨癨[癨癨[^ | 111001111001100110101000111001111001100110101000010110111110011110011001101010001110011110011001101010000101101101011110 | e799a8e799a85be799a8e799a85b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)