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 | ú³³P | 1111101010110011100011101011001101010000 | fab38eb350 |
SJIS-WIN | ????P | 0011111100111111001111110011111101010000 | 3f3f3f3f50 |
EUC-JP | ú???P | 10001111101010111110001000111111001111110011111101010000 | 8fabe23f3f3f50 |
UTF-8 | ú³³P | 110000111011101011000010101100111100001010001110110000101011001101010000 | c3bac2b3c28ec2b350 |
UHC | ?³?³P | 00111111101010011111100000111111101010011111100001010000 | 3fa9f83fa9f850 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)