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 | 룱炫룱晛^ | 11101011101000111011000111100111100000101010101111101011101000111011000111100110100110011001101101011110 | eba3b1e782abeba3b1e6999b5e |
UHC | 룱炫룱晛^ | 100011111010011011111010110110111000111110100110111110101101100101011110 | 8fa6fadb8fa6fad95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)