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 | 00111111100011110110010111100100011000000011111101000010 | 3f8f65e4603f42 |
EUC-JP | ?銃臍?B | 00111111101111011100011011100111110000010011111101000010 | 3fbdc6e7c13f42 |
UTF-8 | 뤚銃臍즢B | 11101011101001001001101011101001100010101000001111101000100001111000110111101100101001101010001001000010 | eba49ae98a83e8878deca6a242 |
UHC | 뤚銃臍즢B | 100011111100100111110101110010001111000010110000101000110110111001000010 | 8fc9f5c8f0b0a36e42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)