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 | 1000111010110111100011101011100101101011 | 8eb78eb96b |
EUC-JP | 執嫉k | 1011110010111001101111001011101101101011 | bcb9bcbb6b |
UTF-8 | 執嫉k | 11100101100111111011011111100101101010111000100101101011 | e59fb7e5ab896b |
UHC | 執嫉k | 1111001011111011111100101110110001101011 | f2fbf2ec6b |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)