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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 驍翫い陬シ | 111010011000001010001010111000111000001010100010111010001010001110111100 | e9828ae382a2e8a3bc |
EUC-JP | 驍翫い陬シ | 11110001111000101011010011100101101001001010010011110000101001011000111010111100 | f1e2b4e5a4a4f0a58ebc |
UTF-8 | 驍翫い陬シ | 111010011010100110001101111001111011111110101011111000111000000110000100111010011001100110101100111011111011110110111100 | e9a98de7bfabe38184e999acefbdbc |
UHC | 驍翫い?? | 1111110110100100111010001101000110101010101001000011111100111111 | fda4e8d1aaa43f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)