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 | 猷??賃 | 100101110101000100111111001111111001001011000000 | 97513f3f92c0 |
EUC-JP | 猷??賃 | 110011011011001000111111001111111100010011000010 | cdb23f3fc4c2 |
UTF-8 | 猷띄퐣賃 | 111001111000110010110111111010111001110110000100111011011001000010100011111010001011001110000011 | e78cb7eb9d84ed90a3e8b383 |
UHC | 猷띄퐣賃 | 1110101110100011101101101110011110111101100011001110110011111100 | eba3b6e7bd8cecfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)