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 | 隲ア蜻キ銷 | 1110100010101011101100011110010110010001101101111110011111110111 | e8abb1e591b7e7f7 |
EUC-JP | 隲ア蜻キ銷 | 11110000101011011000111010110001111010011111000110001110101101111110111011111001 | f0ad8eb1e9f18eb7eef9 |
UTF-8 | 隲ア蜻キ銷 | 111010011001101010110010111011111011110110110001111010001001110010111011111011111011110110110111111010011000101010110111 | e99ab2efbdb1e89cbbefbdb7e98ab7 |
UHC | ????銷 | 001111110011111100111111001111111110000111010001 | 3f3f3f3fe1d1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)