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 | ô¥¼ÀP | 1111010010100101101111001100000001010000 | f4a5bcc050 |
SJIS-WIN | ?¥??P | 001111111000000110001111001111110011111101010000 | 3f818f3f3f50 |
EUC-JP | ô??ÀP | 100011111010101111010100001111110011111110001111101010101010001001010000 | 8fabd43f3f8faaa250 |
UTF-8 | ô¥¼ÀP | 110000111011010011000010101001011100001010111100110000111000000001010000 | c3b4c2a5c2bcc38050 |
UHC | ??¼?P | 001111110011111110101000111110010011111101010000 | 3f3fa8f93f50 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)