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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | ??知 | 00111111001111111001001001101101 | 3f3f926d |
EUC-JP | 濩?知 | 100011111100100110100100001111111100001111001110 | 8fc9a43fc3ce |
UTF-8 | 濩렧知 | 111001101011111110101001111010111010000010100111111001111001111110100101 | e6bfa9eba0a7e79fa5 |
UHC | 濩렧知 | 111110111100110110001110101101101111001010110001 | fbcd8eb6f2b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)