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 | ??煙? | 0011111100111111100010011000110000111111 | 3f3f898c3f |
EUC-JP | ??煙? | 0011111100111111101100011110110000111111 | 3f3fb1ec3f |
UTF-8 | 롇롗煙뤾 | 111010111010000110000111111010111010000110010111111001111000010110011001111010111010010010111110 | eba187eba197e78599eba4be |
UHC | 롇롗煙뤾 | 1000111011001101100011101101101111100110110101011000111111101010 | 8ecd8edbe6d58fea |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)