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 | 佯?‘鎰 | 10011000110100010011111110000001011001011110100001001100 | 98d13f8165e84c |
EUC-JP | 佯?‘鎰 | 11010000110100110011111110100001110001101110111110101101 | d0d33fa1c6efad |
UTF-8 | 佯몃‘鎰 | 111001001011110110101111111010111010101010000011111000101000000010011000111010011000111010110000 | e4bdafebaa83e28098e98eb0 |
UHC | 佯몃‘鎰 | 1110010110111010101110001110101110100001101011101110110011110000 | e5bab8eba1aeecf0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)