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 | 胚ル┴裴 | 1110001111110011100000111000101110000100101010001110010111101000 | e3f3838b84a8e5e8 |
EUC-JP | 胚ル┴裴 | 1110011011110101101001011110101110101000101010101110101011101010 | e6f5a5eba8aaeaea |
UTF-8 | 胚ル┴裴 | 111010001000001110011010111000111000001110101011111000101001010010110100111010001010001110110100 | e8839ae383abe294b4e8a3b4 |
UHC | 胚ル┴裴 | 1101101111001111101010111110101110100110101010101101101111010000 | dbcfabeba6aadbd0 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)