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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | 逋ー謚シ^ | 11100111100110011011000011100110100010101011110001011110 | e799b0e68abc5e |
EUC-JP | 逋ー謚シ^ | 111011011111100110001110101100001110101111101010100011101011110001011110 | edf98eb0ebea8ebc5e |
UTF-8 | 逋ー謚シ^ | 11101001100000001000101111101111101111011011000011101000101011001001101011101111101111011011110001011110 | e9808befbdb0e8ac9aefbdbc5e |
UHC | 逋?謚?^ | 11111000111001110011111111101100110100000011111101011110 | f8e73fecd03f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)