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 | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 踞コ謗ゥ豢ェB | 11100110111101011011101011100110100011101010100111100110101101001010101001000010 | e6f5bae68ea9e6b4aa42 |
EUC-JP | 踞コ謗ゥ豢ェB | 11101100111101111000111010111010111010111110111010001110101010011110110010110110100011101010101001000010 | ecf78ebaebee8ea9ecb68eaa42 |
UTF-8 | 踞コ謗ゥ豢ェB | 11101000101110001001111011101111101111011011101011101000101011001001011111101111101111011010100111101000101100011010001011101111101111011010101001000010 | e8b89eefbdbae8ac97efbda9e8b1a2efbdaa42 |
UHC | 踞?謗???B | 110010111110011000111111110110111011111100111111001111110011111101000010 | cbe63fdbbf3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)