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 | ??k | 001111110011111101101011 | 3f3f6b |
SJIS-WIN | 宍嫉k | 1000111010110011100011101011100101101011 | 8eb38eb96b |
EUC-JP | 宍嫉k | 1011110010110101101111001011101101101011 | bcb5bcbb6b |
UTF-8 | 宍嫉k | 11100101101011101000110111100101101010111000100101101011 | e5ae8de5ab896b |
UHC | ?嫉k | 00111111111100101110110001101011 | 3ff2ec6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)