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 | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-WIN | 鵫豸銧ケ\ | 1111110001001000111001101011011011111011110011001011100101011100 | fc48e6b6fbccb95c |
EUC-JP | 鵫豸銧ケ\ | 1000111111101011111110101110110010111000100011111110010010100110100011101011100101011100 | 8febfaecb88fe4a68eb95c |
UTF-8 | 鵫豸銧ケ\ | 11101001101101011010101111101000101100011011100011101001100010101010011111101111101111011011100101011100 | e9b5abe8b1b8e98aa7efbdb95c |
UHC | ????\ | 0011111100111111001111110011111101011100 | 3f3f3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)