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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 剪??元 | 100110011001001000111111001111111000110010110011 | 99923f3f8cb3 |
EUC-JP | 剪??元 | 110100011111001000111111001111111011100010110101 | d1f23f3fb8b5 |
UTF-8 | 剪흘때元 | 111001011000100110101010111011011001110110011000111010111001010110001100111001011000010110000011 | e589aaed9d98eb958ce58583 |
UHC | 剪흘때元 | 1110111011110010110010001110101010110110101001111110101010101010 | eef2c8eab6a7eaaa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)