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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 猩訊詢^ | 11100000110011011001000001110101111001100110110101011110 | e0cd9075e66d5e |
EUC-JP | 猩訊詢^ | 11100000110011111011111111010110111010111100111001011110 | e0cfbfd6ebce5e |
UTF-8 | 猩訊詢^ | 11100111100011001010100111101000101010001000101011101000101010011010001001011110 | e78ca9e8a88ae8a9a25e |
UHC | 猩訊詢^ | 11100000111110101110001111110010111000101111001101011110 | e0fae3f2e2f35e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)