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 | çôÈÝÐ | 100011111110011111110100110010001101110111010000 | 8fe7f4c8ddd0 |
SJIS-WIN | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
EUC-JP | ?çôÈÝ? | 0011111110001111101010111010111010001111101010111101010010001111101010101011001010001111101010101111001000111111 | 3f8fabae8fabd48faab28faaf23f |
UTF-8 | çôÈÝÐ | 110000101000111111000011101001111100001110110100110000111000100011000011100111011100001110010000 | c28fc3a7c3b4c388c39dc390 |
UHC | ?????Ð | 00111111001111110011111100111111001111111010100010100010 | 3f3f3f3f3fa8a2 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)