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 | ??^? | 00111111001111110101111000111111 | 3f3f5e3f |
SJIS-WIN | 源戟^痂 | 10001100101110011000110010000001010111101110000101101111 | 8cb98c815ee16f |
EUC-JP | 源戟^痂 | 10111000101110111011011111100001010111101110000111010000 | b8bbb7e15ee1d0 |
UTF-8 | 源戟^痂 | 11100110101110101001000011100110100010001001111101011110111001111001011110000010 | e6ba90e6889f5ee79782 |
UHC | 源戟^痂 | 11101010101110011101000010111101010111101100101010110010 | eab9d0bd5ecab2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)