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 | 源?瀞??B | 1000110010111001001111111001001111010010001111110011111101000010 | 8cb93f93d23f3f42 |
EUC-JP | 源?瀞??B | 1011100010111011001111111100011011010100001111110011111101000010 | b8bb3fc6d43f3f42 |
UTF-8 | 源렰瀞펠뱌B | 11100110101110101001000011101011101000001011000011100111100000001001111011101101100011101010000011101011101100011000110001000010 | e6ba90eba0b0e7809eed8ea0ebb18c42 |
UHC | 源렰瀞펠뱌B | 1110101010111001100011101011110111101111111001111100011011100111101110011111001001000010 | eab98ebdefe7c6e7b9f242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)