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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | 痲痲^ | 1110000110000100111000011000010001011110 | e184e1845e |
EUC-JP | 痲痲^ | 1110000111100100111000011110010001011110 | e1e4e1e45e |
UTF-8 | 痲痲^ | 11100111100101111011001011100111100101111011001001011110 | e797b2e797b25e |
UHC | 痲痲^ | 1101100010100110110110001010011001011110 | d8a6d8a65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)