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 | 焏冗沍軫 | 1111101101010011100011111110011110011111100011001110011101100110 | fb538fe79f8ce766 |
EUC-JP | 焏冗沍軫 | 100011111100100111101001101111101110100111011101111011001110110111000111 | 8fc9e9bee9ddecedc7 |
UTF-8 | 焏冗沍軫 | 111001111000010010001111111001011000011010010111111001101011001010001101111010001011101110101011 | e7848fe58697e6b28de8bbab |
UHC | ?冗?軫 | 001111111110100110110111001111111111001011100010 | 3fe9b73ff2e2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)