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 | 茲紙╋篋 | 1110010010100010100011101000011010000100101101001110001010111000 | e4a28e8684b4e2b8 |
EUC-JP | 茲紙╋篋 | 1110100010100100101110111110011010101000101101101110010010111010 | e8a4bbe6a8b6e4ba |
UTF-8 | 茲紙╋篋 | 111010001000110010110010111001111011010010011001111000101001010110001011111001111010111110001011 | e88cb2e7b499e2958be7af8b |
UHC | ?紙╋? | 001111111111001010110101101001101011011000111111 | 3ff2b5a6b63f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)