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 | 倭??櫻 | 100110000110000000111111001111111001111101001110 | 98603f3f9f4e |
EUC-JP | 倭??櫻 | 110011111100000100111111001111111101110110101111 | cfc13f3fddaf |
UTF-8 | 倭듈댌櫻 | 111001011000000010101101111010111001001110001000111010111000110010001100111001101010101110111011 | e580adeb9388eb8c8ce6abbb |
UHC | 倭듈댌櫻 | 1110100011011110101101011110001010001000101101011110010110100001 | e8deb5e288b5e5a1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)