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 | ??[??[^ | 00111111001111110101101100111111001111110101101101011110 | 3f3f5b3f3f5b5e |
SJIS-WIN | 燧?[燧?[^ | 111000001001110000111111010110111110000010011100001111110101101101011110 | e09c3f5be09c3f5b5e |
EUC-JP | 燧奭[燧奭[^ | 11011111111111001000111110111000111111100101101111011111111111001000111110111000111111100101101101011110 | dffc8fb8fe5bdffc8fb8fe5b5e |
UTF-8 | 燧奭[燧奭[^ | 111001111000011110100111111001011010010110101101010110111110011110000111101001111110010110100101101011010101101101011110 | e787a7e5a5ad5be787a7e5a5ad5b5e |
UHC | 燧奭[燧奭[^ | 1110001010101100111000001010101101011011111000101010110011100000101010110101101101011110 | e2ace0ab5be2ace0ab5b5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)