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 | ???Q] | 0011111100111111001111110101000101011101 | 3f3f3f515d |
SJIS-WIN | 訛鴨菴Q] | 1110011001100001100010101001101111100100101111010101000101011101 | e6618a9be4bd515d |
EUC-JP | 訛鴨菴Q] | 1110101111000010101100111111101111101000101111110101000101011101 | ebc2b3fbe8bf515d |
UTF-8 | 訛鴨菴Q] | 1110100010101000100110111110100110110100101010001110100010001111101101000101000101011101 | e8a89be9b4a8e88fb4515d |
UHC | 訛鴨菴Q] | 1110100011000101111001001110010111100100111000000101000101011101 | e8c5e4e5e4e0515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)