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 | 遑晄カ㌢ | 11100111101000011001110111100110101101101000011101100001 | e7a19de6b68761 |
EUC-JP | 遑晄カ? | 11101110101000111101101011101000100011101011011000111111 | eea3dae88eb63f |
UTF-8 | 遑晄カ㌢ | 111010011000000110010001111001101001100110000100111011111011110110110110111000111000110010100010 | e98191e69984efbdb6e38ca2 |
UHC | 遑晄?? | 111111001101101011111100110011010011111100111111 | fcdafccd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)