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 | ôètç | 1001111111110100111010000111010011100111 | 9ff4e874e7 |
SJIS-WIN | ???t? | 0011111100111111001111110111010000111111 | 3f3f3f743f |
EUC-JP | ?ôètç | 0011111110001111101010111101010010001111101010111011001001110100100011111010101110101110 | 3f8fabd48fabb2748fabae |
UTF-8 | ôètç | 110000101001111111000011101101001100001110101000011101001100001110100111 | c29fc3b4c3a874c3a7 |
UHC | ???t? | 0011111100111111001111110111010000111111 | 3f3f3f743f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)