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 | 釥赦治 | 111110111100000010001110110011011000111010100001 | fbc08ecd8ea1 |
EUC-JP | 釥赦治 | 10001111111000111010101110111100110011111011110010100011 | 8fe3abbccfbca3 |
UTF-8 | 釥赦治 | 111010011000011110100101111010001011010110100110111001101011001010111011 | e987a5e8b5a6e6b2bb |
UHC | ?赦治 | 0011111111011110111101011111011010111101 | 3fdef5f6bd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)