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 | 魯?? | 10011000010001000011111100111111 | 98443f3f |
EUC-JP | 魯?? | 11001111101001010011111100111111 | cfa53f3f |
UTF-8 | 魯識쏘 | 111010011010110110101111111011111010011110111100111011001000111110011000 | e9adafefa7bcec8f98 |
UHC | 魯識쏘 | 110101101101101111110010101111011011110111101110 | d6dbf2bdbdee |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)