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 | ñáN | 1001111111110001100110111110000101001110 | 9ff19be14e |
SJIS-WIN | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
EUC-JP | ?ñ?áN | 001111111000111110101011110100000011111110001111101010111010000101001110 | 3f8fabd03f8faba14e |
UTF-8 | ñáN | 110000101001111111000011101100011100001010011011110000111010000101001110 | c29fc3b1c29bc3a14e |
UHC | ????N | 0011111100111111001111110011111101001110 | 3f3f3f3f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)