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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 癒⑤?誘 | 10010110111111001000011101000100001111111001011101010101 | 96fc87443f9755 |
EUC-JP | 癒??誘 | 110011001111111000111111001111111100110110110110 | ccfe3f3fcdb6 |
UTF-8 | 癒⑤맔誘 | 111001111001100110010010111000101001000110100100111010111010011110010100111010001010101010011000 | e79992e291a4eba794e8aa98 |
UHC | 癒⑤맔誘 | 1110101110101000101010001110101110010000101001101110101110101111 | eba8a8eb90a6ebaf |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)