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 | 00111111100100000101011100111111100100000101011101000010 | 3f90573f905742 |
EUC-JP | ?晋?晋B | 00111111101111111011100000111111101111111011100001000010 | 3fbfb83fbfb842 |
UTF-8 | 뤲晋뤲晋B | 11101011101001001011001011100110100110011000101111101011101001001011001011100110100110011000101101000010 | eba4b2e6998beba4b2e6998b42 |
UHC | 뤲晋뤲晋B | 100011111110000011110010110011001000111111100000111100101100110001000010 | 8fe0f2cc8fe0f2cc42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)