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 | 賰咒貍櫁 | 1111101110101101100110011110111011100110101111001001111011101000 | fbad99eee6bc9ee8 |
EUC-JP | 賰咒貍櫁 | 100011111101111110111001110100101111000011101100101111101101110011101010 | 8fdfb9d2f0ecbedcea |
UTF-8 | 賰咒貍櫁 | 111010001011001110110000111001011001001010010010111010001011001010001101111001101010101110000001 | e8b3b0e59292e8b28de6ab81 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)