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 | Û÷Óå\ | 1101101111110111110100111110010101011100 | dbf7d3e55c |
SJIS-WIN | ?÷??\ | 001111111000000110000000001111110011111101011100 | 3f81803f3f5c |
EUC-JP | Û÷Óå\ | 100011111010101011100101101000011110000010001111101010101101000110001111101010111010100101011100 | 8faae5a1e08faad18faba95c |
UTF-8 | Û÷Óå\ | 110000111001101111000011101101111100001110010011110000111010010101011100 | c39bc3b7c393c3a55c |
UHC | ?÷??\ | 001111111010000111000000001111110011111101011100 | 3fa1c03f3f5c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)