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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 先?先? | 100100001110011000111111100100001110011000111111 | 90e63f90e63f |
EUC-JP | 先剡先? | 1100000011101000100011111011001111000111110000001110100000111111 | c0e88fb3c7c0e83f |
UTF-8 | 先剡先롛 | 111001011000010110001000111001011000100110100001111001011000010110001000111010111010000110011011 | e58588e589a1e58588eba19b |
UHC | 先剡先롛 | 1110000010111011111000001110011011100000101110111000111011011111 | e0bbe0e6e0bb8edf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)