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 | ???B | 00111111001111110011111101000010 | 3f3f3f42 |
SJIS-WIN | 屡者B | 10001110110001101111010010100011100011101101001001000010 | 8ec6f4a38ed242 |
EUC-JP | 屡?者B | 101111001100100000111111101111001101010001000010 | bcc83fbcd442 |
UTF-8 | 屡者B | 11100101101100011010000111101110100011011001001011101000100000001000010101000010 | e5b1a1ee8d92e8808542 |
UHC | ??者B | 0011111100111111111011011011101001000010 | 3f3fedba42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)