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 | òæ¼½^ | 1111001011100110101111001011110101011110 | f2e6bcbd5e |
SJIS-WIN | ????^ | 0011111100111111001111110011111101011110 | 3f3f3f3f5e |
EUC-JP | òæ??^ | 100011111010101111010010100011111010100111000001001111110011111101011110 | 8fabd28fa9c13f3f5e |
UTF-8 | òæ¼½^ | 110000111011001011000011101001101100001010111100110000101011110101011110 | c3b2c3a6c2bcc2bd5e |
UHC | ?æ¼½^ | 0011111110101001101000011010100011111001101010001111011001011110 | 3fa9a1a8f9a8f65e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)