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 | ???Q | 00111111001111110011111101010001 | 3f3f3f51 |
SJIS-WIN | 張①?Q | 100100101010001110000111010000000011111101010001 | 92a387403f51 |
EUC-JP | 張??Q | 1100010010100101001111110011111101010001 | c4a53f3f51 |
UTF-8 | 張①뿏Q | 11100101101111001011010111100010100100011010000011101011101111111000111101010001 | e5bcb5e291a0ebbf8f51 |
UHC | 張①뿏Q | 11101101111001011010100011100111100101111001010001010001 | ede5a8e7979451 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)