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 | ???rB | 0011111100111111001111110111001001000010 | 3f3f3f7242 |
SJIS-WIN | 嶸弥亶rB | 1111101010110100100101101110110110011000101101110111001001000010 | fab496ed98b77242 |
EUC-JP | 嶸弥亶rB | 100011111011101111110100110011001110111111010000101110010111001001000010 | 8fbbf4ccefd0b97242 |
UTF-8 | 嶸弥亶rB | 1110010110110110101110001110010110111100101001011110010010111010101101100111001001000010 | e5b6b8e5bca5e4bab67242 |
UHC | 嶸?亶rB | 11100111101011100011111111010011101000100111001001000010 | e7ae3fd3a27242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)