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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 疑?7艤 | 10001011010111100011111110000010010101101110010001111110 | 8b5e3f8256e47e |
EUC-JP | 疑?7艤 | 10110101101111110011111110100011101101111110011111011111 | b5bf3fa3b7e7df |
UTF-8 | 疑껊7艤 | 111001111001011010010001111010101011101110001010111011111011110010010111111010001000100110100100 | e79691eabb8aefbc97e889a4 |
UHC | 疑껊7艤 | 1110101111110111100000111110101110100011101101111110101111111010 | ebf783eba3b7ebfa |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)