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 | 蔕井▼糲 | 1110010011110110100010001110010010000001101001011110001011111000 | e4f688e481a5e2f8 |
EUC-JP | 蔕井▼糲 | 1110100011111000101100001110011010100010101001111110010011111010 | e8f8b0e6a2a7e4fa |
UTF-8 | 蔕井▼糲 | 111010001001010010010101111001001011101010010101111000101001011010111100111001111011001110110010 | e89495e4ba95e296bce7b3b2 |
UHC | ?井▼? | 001111111110111111001100101000011110010100111111 | 3fefcca1e53f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)