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 | 謳野さ | 111001101001000010010110111011001000001010110011 | e69096ec82b3 |
EUC-JP | 謳野さ | 111010111111000011001100111011101010010010110101 | ebf0cceea4b5 |
UTF-8 | 謳野さ | 111010001010110010110011111010011000011110001110111000111000000110010101 | e8acb3e9878ee38195 |
UHC | 謳野さ | 110011111100010011100101101011111010101010110101 | cfc4e5afaab5 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)