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 | 濟?只企? | 1110000001011010001111111001000111111100100010101110100100111111 | e05a3f91fc8ae93f |
EUC-JP | 濟?只企? | 1101111110111011001111111100001011111110101101001110101100111111 | dfbb3fc2feb4eb3f |
UTF-8 | 濟렎只企읏 | 111001101011111110011111111010111010000010001110111001011000111110101010111001001011110010000001111011001001110110001111 | e6bf9feba08ee58faae4bc81ec9d8f |
UHC | 濟렎只企읏 | 11110000101011011000111010100100111100011111111011010000111010101100000010111111 | f0ad8ea4f1fed0eac0bf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)