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 | ?????^ | 001111110011111100111111001111110011111101011110 | 3f3f3f3f3f5e |
SJIS-WIN | 癲??源?^ | 1110000110011111001111110011111110001100101110010011111101011110 | e19f3f3f8cb93f5e |
EUC-JP | 癲??源?^ | 1110001010100001001111110011111110111000101110110011111101011110 | e2a13f3fb8bb3f5e |
UTF-8 | 癲⑸쓣源폾^ | 11100111100110011011001011100010100100011011100011101100100100111010001111100110101110101001000011101101100011111011111001011110 | e799b2e291b8ec93a3e6ba90ed8fbe5e |
UHC | 癲⑸쓣源폾^ | 1110111110100110101010011110101110011101100001001110101010111001101111010110010101011110 | efa6a9eb9d84eab9bd655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)