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 | 照粮ホ | 1000111111000110111000101110110011001110 | 8fc6e2ecce |
EUC-JP | 照粮ホ | 101111101100100011100100111011101000111011001110 | bec8e4ee8ece |
UTF-8 | 照粮ホ | 111001111000010110100111111001111011001010101110111011111011111010001110 | e785a7e7b2aeefbe8e |
UHC | 照粮? | 1111000011001110110101011101101100111111 | f0ced5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)