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 | 轣轣[轣轣[^ | 1110011110000001111001111000000101011011111001111000000111100111100000010101101101011110 | e781e7815be781e7815b5e |
EUC-JP | 轣轣[轣轣[^ | 1110110111100001111011011110000101011011111011011110000111101101111000010101101101011110 | ede1ede15bede1ede15b5e |
UTF-8 | 轣轣[轣轣[^ | 111010001011110110100011111010001011110110100011010110111110100010111101101000111110100010111101101000110101101101011110 | e8bda3e8bda35be8bda3e8bda35b5e |
UHC | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)