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´® | 100100100100111110010001101101001001000110101110 | 924f91b491ae |
SJIS-WIN | ?O?´?? | 00111111010011110011111110000001010011000011111100111111 | 3f4f3f814c3f3f |
EUC-JP | ?O?´?® | 001111110100111100111111101000011010110100111111100011111010001011101110 | 3f4f3fa1ad3f8fa2ee |
UTF-8 | O´® | 1100001010010010010011111100001010010001110000101011010011000010100100011100001010101110 | c2924fc291c2b4c291c2ae |
UHC | ?O?´?® | 0011111101001111001111111010001010100101001111111010001011100111 | 3f4f3fa2a53fa2e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)