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 | ス粮 | 1011110111100010111011001111000101110110 | bde2ecf176 |
EUC-JP | ス粮? | 1000111010111101111001001110111000111111 | 8ebde4ee3f |
UTF-8 | ス粮 | 111011111011110110111101111001111011001010101110111011101000001110110010 | efbdbde7b2aeee83b2 |
UHC | ?粮? | 00111111110101011101101100111111 | 3fd5db3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)