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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 鋏狩糞 | 111001111111010110001110111010111001010110110011 | e7f58eeb95b3 |
EUC-JP | 鋏狩糞 | 111011101111011110111100111011011100101010110101 | eef7bcedcab5 |
UTF-8 | 鋏狩糞 | 111010011000101110001111111001111000101110101001111001111011001110011110 | e98b8fe78ba9e7b39e |
UHC | 鋏狩糞 | 111110101111100111100010101011011101110111010000 | faf9e2adddd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)