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 | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
SJIS-WIN | ?炫??^ | 001111111111101101010010001111110011111101011110 | 3ffb523f3f5e |
EUC-JP | ?炫?晛^ | 001111111000111111001001110100110011111110001111110000101011101101011110 | 3f8fc9d33f8fc2bb5e |
UTF-8 | 뤓炫뤓晛^ | 11101011101001001001001111100111100000101010101111101011101001001001001111100110100110011001101101011110 | eba493e782abeba493e6999b5e |
UHC | 뤓炫뤓晛^ | 100011111100001111111010110110111000111111000011111110101101100101011110 | 8fc3fadb8fc3fad95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)