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 | ïµú« | 11101111101101011111101010101011 | efb5faab |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | ï?ú? | 1000111110101011110000010011111110001111101010111110001000111111 | 8fabc13f8fabe23f |
UTF-8 | ïµú« | 1100001110101111110000101011010111000011101110101100001010101011 | c3afc2b5c3bac2ab |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)