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 | àÙäçà×F | 11100000110110011110010011100111111000001101011101000110 | e0d9e4e7e0d746 |
SJIS-WIN | ?????×F | 0011111100111111001111110011111100111111100000010111111001000110 | 3f3f3f3f3f817e46 |
EUC-JP | àÙäçà×F | 100011111010101110100010100011111010101011100011100011111010101110100011100011111010101110101110100011111010101110100010101000011101111101000110 | 8faba28faae38faba38fabae8faba2a1df46 |
UTF-8 | àÙäçà×F | 11000011101000001100001110011001110000111010010011000011101001111100001110100000110000111001011101000110 | c3a0c399c3a4c3a7c3a0c39746 |
UHC | ?????×F | 0011111100111111001111110011111100111111101000011011111101000110 | 3f3f3f3f3fa1bf46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)