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 | à¼Ú¼ | 11100000101111001101101010111100 | e0bcdabc |
SJIS-WIN | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
EUC-JP | à?Ú? | 1000111110101011101000100011111110001111101010101110001000111111 | 8faba23f8faae23f |
UTF-8 | à¼Ú¼ | 1100001110100000110000101011110011000011100110101100001010111100 | c3a0c2bcc39ac2bc |
UHC | ?¼?¼ | 001111111010100011111001001111111010100011111001 | 3fa8f93fa8f9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)