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 | 已?美檍 | 10011011110111110011111110010100111111001001111011111000 | 9bdf3f94fc9ef8 |
EUC-JP | 已?美檍 | 11010110111000010011111111001000111111101101110011111010 | d6e13fc8fedcfa |
UTF-8 | 已고美檍 | 111001011011011110110010111010101011001110100000111001111011111010001110111001101010101010001101 | e5b7b2eab3a0e7be8ee6aa8d |
UHC | 已고美檍 | 1110110010101011101100001110110111011010101110001110010111100101 | ecabb0eddab8e5e5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)