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 | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-WIN | 将イ将ェ「フB | 100011111010101110110010100011111010101110101010101000101100110001000010 | 8fabb28fabaaa2cc42 |
EUC-JP | 将イ将ェ「フB | 10111110101011011000111010110010101111101010110110001110101010101000111010100010100011101100110001000010 | bead8eb2bead8eaa8ea28ecc42 |
UTF-8 | 将イ将ェ「フB | 11100101101100001000011011101111101111011011001011100101101100001000011011101111101111011010101011101111101111011010001011101111101111101000110001000010 | e5b086efbdb2e5b086efbdaaefbda2efbe8c42 |
UHC | ??????B | 00111111001111110011111100111111001111110011111101000010 | 3f3f3f3f3f3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)