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 | 蔕刻戎 | 111001001111011010001101100011111000111101011110 | e4f68d8f8f5e |
EUC-JP | 蔕刻戎 | 111010001111100010111001111011111011110110111111 | e8f8b9efbdbf |
UTF-8 | 蔕刻戎 | 111010001001010010010101111001011000100010111011111001101000100010001110 | e89495e588bbe6888e |
UHC | ?刻戎 | 0011111111001010101111101110101111010100 | 3fcabeebd4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)