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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 笠渥劍 | 100010100111110110001000101011011001100110011000 | 8a7d88ad9998 |
EUC-JP | 笠渥劍 | 101100111101111010110000101011111101000111111000 | b3deb0afd1f8 |
UTF-8 | 笠渥劍 | 111001111010110010100000111001101011100010100101111001011000101010001101 | e7aca0e6b8a5e58a8d |
UHC | 笠渥劍 | 110110001010001011100100110001101100101111111100 | d8a2e4c6cbfc |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)