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 | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 陟上k蟯ォB | 11101000101000001000111111100011100000101000101111100101101100101010101101000010 | e8a08fe3828be5b2ab42 |
EUC-JP | 陟上k蟯ォB | 1111000010100010101111101110010110100011111010111110101010110100100011101010101101000010 | f0a2bee5a3ebeab48eab42 |
UTF-8 | 陟上k蟯ォB | 11101001100110011001111111100100101110001000101011101111101111011000101111101000100111111010111111101111101111011010101101000010 | e9999fe4b88aefbd8be89fafefbdab42 |
UHC | 陟上k蟯?B | 11110100101100111101111110111110101000111110101111101001101010000011111101000010 | f4b3dfbea3ebe9a83f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)