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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 剪?畯??諺 | 100110011001001000111111111110110110111100111111001111111000110010111111 | 99923ffb6f3f3f8cbf |
EUC-JP | 剪?畯??諺 | 11010001111100100011111110001111110011011011101100111111001111111011100011000001 | d1f23f8fcdbb3f3fb8c1 |
UTF-8 | 剪렊畯렜뤗諺 | 111001011000100110101010111010111010000010001010111001111001010110101111111010111010000010011100111010111010010010010111111010001010101110111010 | e589aaeba08ae795afeba09ceba497e8abba |
UHC | 剪렊畯렜뤗諺 | 111011101111001010001110101000011111000111100001100011101010111010001111110001111110010111101100 | eef28ea1f1e18eae8fc7e5ec |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)