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 | 車執蛇湿 | 1000111011010100100011101011011110001110110101101000111010111100 | 8ed48eb78ed68ebc |
EUC-JP | 車執蛇湿 | 1011110011010110101111001011100110111100110110001011110010111110 | bcd6bcb9bcd8bcbe |
UTF-8 | 車執蛇湿 | 111010001011101110001010111001011001111110110111111010001001101110000111111001101011100110111111 | e8bb8ae59fb7e89b87e6b9bf |
UHC | 車執蛇? | 11110011101100111111001011111011110111101110111100111111 | f3b3f2fbdeef3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)