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^ | 100010100101000000111111010001001000101001010000001111110100010001011110 | 8a503f448a503f445e |
EUC-JP | 咳?D咳?D^ | 101100111011000100111111010001001011001110110001001111110100010001011110 | b3b13f44b3b13f445e |
UTF-8 | 咳렱D咳렱D^ | 111001011001001010110011111010111010000010110001010001001110010110010010101100111110101110100000101100010100010001011110 | e592b3eba0b144e592b3eba0b1445e |
UHC | 咳렱D咳렱D^ | 1111101010100110100011101011111001000100111110101010011010001110101111100100010001011110 | faa68ebe44faa68ebe445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)