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 | õû\ | 111101011111101101011100 | f5fb5c |
SJIS-WIN | ??\ | 001111110011111101011100 | 3f3f5c |
EUC-JP | õû\ | 10001111101010111101100010001111101010111110010101011100 | 8fabd88fabe55c |
UTF-8 | õû\ | 1100001110110101110000111011101101011100 | c3b5c3bb5c |
UHC | ??\ | 001111110011111101011100 | 3f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)