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??D^ | 00111111001111110100010000111111001111110100010001011110 | 3f3f443f3f445e |
SJIS-WIN | 許?D許?D^ | 100010111001011000111111010001001000101110010110001111110100010001011110 | 8b963f448b963f445e |
EUC-JP | 許?D許?D^ | 101101011111011000111111010001001011010111110110001111110100010001011110 | b5f63f44b5f63f445e |
UTF-8 | 許욾D許욾D^ | 111010001010100010110001111011001001101010111110010001001110100010101000101100011110110010011010101111100100010001011110 | e8a8b1ec9abe44e8a8b1ec9abe445e |
UHC | 許욾D許욾D^ | 1111101011001001100111110101000001000100111110101100100110011111010100000100010001011110 | fac99f5044fac99f50445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)