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 | 岦抵ィ徒 | 11111010101011001001001011101111101010001001001101101011 | faac92efa8936b |
EUC-JP | 岦抵ィ徒 | 100011111011101110110011110001001111000110001110101010001100010111001100 | 8fbbb3c4f18ea8c5cc |
UTF-8 | 岦抵ィ徒 | 111001011011001010100110111001101000101010110101111011111011110110101000111001011011111010010010 | e5b2a6e68ab5efbda8e5be92 |
UHC | ?抵?徒 | 001111111110111010111101001111111101001111111001 | 3feebd3fd3f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)