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 | 鄕る竃 | 111110111011100010000010111010011000101010010110 | fbb882e98a96 |
EUC-JP | ?る竃 | 0011111110100100111010111011001111110110 | 3fa4ebb3f6 |
UTF-8 | 鄕る竃 | 111010011000010010010101111000111000001010001011111001111010101110000011 | e98495e3828be7ab83 |
UHC | 鄕る? | 1111101011000001101010101110101100111111 | fac1aaeb3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)