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 | ????|F | 001111110011111100111111001111110111110001000110 | 3f3f3f3f7c46 |
SJIS-WIN | ????|F | 001111110011111100111111001111110111110001000110 | 3f3f3f3f7c46 |
EUC-JP | ????|F | 001111110011111100111111001111110111110001000110 | 3f3f3f3f7c46 |
UTF-8 | 뭂뭆뫚뫀|F | 1110101110101101100000101110101110101101100001101110101110101011100110101110101110101011100000000111110001000110 | ebad82ebad86ebab9aebab807c46 |
UHC | 뭂뭆뫚뫀|F | 10010010010100011001001001010011100100011011101010010001101001000111110001000110 | 9251925391ba91a47c46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)