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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??シ依х?^ | 00111111001111111000001101010110100010001100101110000100100001110011111101011110 | 3f3f835688cb84873f5e |
EUC-JP | ??シ依х?^ | 00111111001111111010010110110111101100001100110110100111111001110011111101011110 | 3f3fa5b7b0cda7e73f5e |
UTF-8 | 琉띠シ依х땁^ | 111011111010011110001100111010111001110110100000111000111000001010110111111001001011111010011101110100011000010111101011100101011000000101011110 | efa78ceb9da0e382b7e4be9dd185eb95815e |
UHC | 琉띠シ依х땁^ | 11101011101001001011011011101100101010111011011111101011111011101010110011100111101101101010001001011110 | eba4b6ecabb7ebeeace7b6a25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)