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 | 貔泌錐 | 111001101011111010010100111001011001000010001101 | e6be94e5908d |
EUC-JP | 貔泌錐 | 111011001100000011001000111001111011111111101101 | ecc0c8e7bfed |
UTF-8 | 貔泌錐 | 111010001011001010010100111001101011001110001100111010011000110010010000 | e8b294e6b38ce98c90 |
UHC | ?泌錐 | 0011111111111001101100101111010111011110 | 3ff9b2f5de |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)