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 | 蔕刻集 | 111001001111011010001101100011111000111101010111 | e4f68d8f8f57 |
EUC-JP | 蔕刻集 | 111010001111100010111001111011111011110110111000 | e8f8b9efbdb8 |
UTF-8 | 蔕刻集 | 111010001001010010010101111001011000100010111011111010011001101110000110 | e89495e588bbe99b86 |
UHC | ?刻集 | 0011111111001010101111101111001110100010 | 3fcabef3a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)