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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 線?^ | 10010000111111000011111101011110 | 90fc3f5e |
EUC-JP | 線?^ | 11000000111111100011111101011110 | c0fe3f5e |
UTF-8 | 線쓸^ | 11100111101101111001101011101100100100111011100001011110 | e7b79aec93b85e |
UHC | 線쓸^ | 1110000011001010101111101011010101011110 | e0cabeb55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)