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 | 財槃?貌 | 10001101111000001001111011001111001111111001011001100101 | 8de09ecf3f9665 |
EUC-JP | 財槃?貌 | 10111010111000101101110011010001001111111100101111000110 | bae2dcd13fcbc6 |
UTF-8 | 財槃렚貌 | 111010001011001010100001111001101010011110000011111010111010000010011010111010001011001010001100 | e8b2a1e6a783eba09ae8b28c |
UHC | 財槃렚貌 | 1110111010101111110110101110100110001110101011011101100111001001 | eeafdae98eadd9c9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)