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 | ?UE | 001111110101010101000101 | 3f5545 |
SJIS-WIN | 巽UE | 10010010010001100101010101000101 | 92465545 |
EUC-JP | 巽UE | 11000011101001110101010101000101 | c3a75545 |
UTF-8 | 巽UE | 1110010110110111101111010101010101000101 | e5b7bd5545 |
UHC | 巽UE | 11100001110111100101010101000101 | e1de5545 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)