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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 蟇・彧励┯ | 111001011010111110100101111110101011100110010111111000111000010010110110 | e5afa5fab997e384b6 |
EUC-JP | 蟇・彧励┯ | 1110101010110001100011101010010110001111101111001111111011001110111001011010100010111000 | eab18ea58fbcfecee5a8b8 |
UTF-8 | 蟇・彧励┯ | 111010001001111110000111111011111011110110100101111001011011110110100111111001011000101010110001111000101001010010101111 | e89f87efbda5e5bda7e58ab1e294af |
UHC | ??彧?┯ | 00111111001111111110100111101110001111111010011010111000 | 3f3fe9ee3fa6b8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)