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 | OBàÛ | 1001011101001111100111001000000110011010010000101110000011011011 | 974f9c819a42e0db |
SJIS-WIN | ?O???B?? | 0011111101001111001111110011111100111111010000100011111100111111 | 3f4f3f3f3f423f3f |
EUC-JP | ?O???BàÛ | 001111110100111100111111001111110011111101000010100011111010101110100010100011111010101011100101 | 3f4f3f3f3f428faba28faae5 |
UTF-8 | OBàÛ | 1100001010010111010011111100001010011100110000101000000111000010100110100100001011000011101000001100001110011011 | c2974fc29cc281c29a42c3a0c39b |
UHC | ?O???B?? | 0011111101001111001111110011111100111111010000100011111100111111 | 3f4f3f3f3f423f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)