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 | 、螢鵰 | 11110000111110011010010011100101101000111111110001000111 | f0f9a4e5a3fc47 |
EUC-JP | ?、螢鵰 | 0011111110001110101001001110101010100101100011111110101111111011 | 3f8ea4eaa58febfb |
UTF-8 | 、螢鵰 | 111011101000001010111000111011111011110110100100111010001001111010100010111010011011010110110000 | ee82b8efbda4e89ea2e9b5b0 |
UHC | ??螢? | 0011111100111111111110111010101100111111 | 3f3ffbab3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)