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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 迯守賊\ | 11100111100011011000111011100111100100011010111101011100 | e78d8ee791af5c |
EUC-JP | 迯守賊\ | 11101101111011011011110011101001110000101011000101011100 | ededbce9c2b15c |
UTF-8 | 迯守賊\ | 11101000101111111010111111100101101011101000100011101000101100111000101001011100 | e8bfafe5ae88e8b38a5c |
UHC | ?守賊\ | 001111111110000111111010111011101110010001011100 | 3fe1faeee45c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)