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 | ????D | 0011111100111111001111110011111101000100 | 3f3f3f3f44 |
SJIS-WIN | ??ビ◇D | 00111111001111111000001101110010100000011001111001000100 | 3f3f8372819e44 |
EUC-JP | ??ビ◇D | 00111111001111111010010111010011101000011111111001000100 | 3f3fa5d3a1fe44 |
UTF-8 | 룶핊ビ◇D | 11101011101000111011011011101101100101011000101011100011100000111001001111100010100101111000011101000100 | eba3b6ed958ae38393e2978744 |
UHC | 룶핊ビ◇D | 100011111010101111000000100011111010101111010011101000011101111001000100 | 8fabc08fabd3a1de44 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)