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 | 袿擘賁 | 111001011101110110011101101001001110011011001010 | e5dd9da4e6ca |
EUC-JP | 袿擘賁 | 111010101101111111011010101001101110110011001100 | eadfdaa6eccc |
UTF-8 | 袿擘賁 | 111010001010001010111111111001101001001110011000111010001011001110000001 | e8a2bfe69398e8b381 |
UHC | ?擘賁 | 0011111111011011111110111101110111010011 | 3fdbfbddd3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)