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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 燿??淞? | 11100000101000000011111100111111100111111100001000111111 | e0a03f3f9fc23f |
EUC-JP | 燿??淞? | 11100000101000100011111100111111110111101100010000111111 | e0a23f3fdec43f |
UTF-8 | 燿쒎툦淞좂 | 111001111000011110111111111011001001001010001110111011011000100010100110111001101011011110011110111011001010001010000010 | e787bfec928eed88a6e6b79eeca282 |
UHC | 燿쒎툦淞좂 | 11101000111111001001110011100101101110001001110111100001111001111010000011100111 | e8fc9ce5b89de1e7a0e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)