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 | æ»´c^ | 1110011010111011101101000110001101011110 | e6bbb4635e |
SJIS-WIN | ??´c^ | 001111110011111110000001010011000110001101011110 | 3f3f814c635e |
EUC-JP | æ?´c^ | 1000111110101001110000010011111110100001101011010110001101011110 | 8fa9c13fa1ad635e |
UTF-8 | æ»´c^ | 1100001110100110110000101011101111000010101101000110001101011110 | c3a6c2bbc2b4635e |
UHC | æ?´c^ | 10101001101000010011111110100010101001010110001101011110 | a9a13fa2a5635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)