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 | ?????}B | 00111111001111110011111100111111001111110111110101000010 | 3f3f3f3f3f7d42 |
SJIS-WIN | ??嬪??}B | 0011111100111111100110110110110000111111001111110111110101000010 | 3f3f9b6c3f3f7d42 |
EUC-JP | ??嬪??}B | 0011111100111111110101011100110100111111001111110111110101000010 | 3f3fd5cd3f3f7d42 |
UTF-8 | 吏흘嬪炡렫}B | 1110111110100111100111101110110110011101100110001110010110101100101010101110011110000010101000011110101110100000101010110111110101000010 | efa79eed9d98e5acaae782a1eba0ab7d42 |
UHC | 吏흘嬪炡렫}B | 111011001010011111001000111010101101111010101110111011111110100010001110101110010111110101000010 | eca7c8eadeaeefe88eb97d42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)