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 | ñéêg | 1001111111110001111010011110101001100111 | 9ff1e9ea67 |
SJIS-WIN | ????g | 0011111100111111001111110011111101100111 | 3f3f3f3f67 |
EUC-JP | ?ñéêg | 0011111110001111101010111101000010001111101010111011000110001111101010111011010001100111 | 3f8fabd08fabb18fabb467 |
UTF-8 | ñéêg | 110000101001111111000011101100011100001110101001110000111010101001100111 | c29fc3b1c3a9c3aa67 |
UHC | ????g | 0011111100111111001111110011111101100111 | 3f3f3f3f67 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)