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^ | 11110101101110000100111001011110 | f5b84e5e |
SJIS-WIN | ??N^ | 00111111001111110100111001011110 | 3f3f4e5e |
EUC-JP | õ¸N^ | 1000111110101011110110001000111110100010101100010100111001011110 | 8fabd88fa2b14e5e |
UTF-8 | õ¸N^ | 110000111011010111000010101110000100111001011110 | c3b5c2b84e5e |
UHC | ?¸N^ | 0011111110100010101011000100111001011110 | 3fa2ac4e5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)