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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 豸慧豸碁ォエ | 11100110101101101000110001100100111001101011011010001100111010011010101110110100 | e6b68c64e6b68ce9abb4 |
EUC-JP | 豸慧豸碁ォエ | 111011001011100010110111110001011110110010111000101110001110101110001110101010111000111010110100 | ecb8b7c5ecb8b8eb8eab8eb4 |
UTF-8 | 豸慧豸碁ォエ | 111010001011000110111000111001101000010110100111111010001011000110111000111001111010001010000001111011111011110110101011111011111011110110110100 | e8b1b8e685a7e8b1b8e7a281efbdabefbdb4 |
UHC | ?慧?碁?? | 0011111111111011101101000011111111010001101100110011111100111111 | 3ffbb43fd1b33f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)