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 | OêT\ | 1001011101001111111010100101010001011100 | 974fea545c |
SJIS-WIN | ?O?T\ | 0011111101001111001111110101010001011100 | 3f4f3f545c |
EUC-JP | ?OêT\ | 00111111010011111000111110101011101101000101010001011100 | 3f4f8fabb4545c |
UTF-8 | OêT\ | 11000010100101110100111111000011101010100101010001011100 | c2974fc3aa545c |
UHC | ?O?T\ | 0011111101001111001111110101010001011100 | 3f4f3f545c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)