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 | ????B | 0011111100111111001111110011111101000010 | 3f3f3f3f42 |
SJIS-WIN | 燿?燿?B | 11100000101000000011111111100000101000000011111101000010 | e0a03fe0a03f42 |
EUC-JP | 燿?燿?B | 11100000101000100011111111100000101000100011111101000010 | e0a23fe0a23f42 |
UTF-8 | 燿큛燿큛B | 11100111100001111011111111101101100000011001101111100111100001111011111111101101100000011001101101000010 | e787bfed819be787bfed819b42 |
UHC | 燿큛燿큛B | 111010001111110010110100011010011110100011111100101101000110100101000010 | e8fcb469e8fcb46942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)