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^ | 0011111100111111010111100110001101011110 | 3f3f5e635e |
SJIS-WIN | 恁?^c^ | 100111001000110000111111010111100110001101011110 | 9c8c3f5e635e |
EUC-JP | 恁?^c^ | 110101111110110000111111010111100110001101011110 | d7ec3f5e635e |
UTF-8 | 恁찫^c^ | 111001101000000110000001111011001011000010101011010111100110001101011110 | e68181ecb0ab5e635e |
UHC | 恁찫^c^ | 11101100111101101010101001000100010111100110001101011110 | ecf6aa445e635e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)