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^ | 100011111111000100111111010001001000111111110001001111110100010001011110 | 8ff13f448ff13f445e |
EUC-JP | 杖?D杖?D^ | 101111101111001100111111010001001011111011110011001111110100010001011110 | bef33f44bef33f445e |
UTF-8 | 杖렡D杖렡D^ | 111001101001110110010110111010111010000010100001010001001110011010011101100101101110101110100000101000010100010001011110 | e69d96eba0a144e69d96eba0a1445e |
UHC | 杖렡D杖렡D^ | 1110110111101000100011101011001001000100111011011110100010001110101100100100010001011110 | ede88eb244ede88eb2445e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)