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 | ???A | 00111111001111110011111101000001 | 3f3f3f41 |
SJIS-WIN | 猊狒狄A | 11100000110001111110000010111111111000001011110101000001 | e0c7e0bfe0bd41 |
EUC-JP | 猊狒狄A | 11100000110010011110000011000001111000001011111101000001 | e0c9e0c1e0bf41 |
UTF-8 | 猊狒狄A | 11100111100011001000101011100111100010111001001011100111100010111000010001000001 | e78c8ae78b92e78b8441 |
UHC | 猊?狄A | 111001111101100100111111111011101101101001000001 | e7d93feeda41 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)