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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | リノ | 111101111010111111110011101100001101100011001001 | f7aff3b0d8c9 |
EUC-JP | ??リノ | 001111110011111110001110110110001000111011001001 | 3f3f8ed88ec9 |
UTF-8 | リノ | 111011101001011010010010111011101000101010100011111011111011111010011000111011111011111010001001 | ee9692ee8aa3efbe98efbe89 |
UHC | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)