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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蔕刻戎莪 | 1110010011110110100011011000111110001111010111101110010010101110 | e4f68d8f8f5ee4ae |
EUC-JP | 蔕刻戎莪 | 1110100011111000101110011110111110111101101111111110100010110000 | e8f8b9efbdbfe8b0 |
UTF-8 | 蔕刻戎莪 | 111010001001010010010101111001011000100010111011111001101000100010001110111010001000111010101010 | e89495e588bbe6888ee88eaa |
UHC | ?刻戎莪 | 00111111110010101011111011101011110101001110010010110101 | 3fcabeebd4e4b5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)