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 | OE¸Y | 1001001001001111100100100100010110010001101110001001001001011001 | 924f924591b89259 |
SJIS-WIN | ?O?E???Y | 0011111101001111001111110100010100111111001111110011111101011001 | 3f4f3f453f3f3f59 |
EUC-JP | ?O?E?¸?Y | 00111111010011110011111101000101001111111000111110100010101100010011111101011001 | 3f4f3f453f8fa2b13f59 |
UTF-8 | OE¸Y | 11000010100100100100111111000010100100100100010111000010100100011100001010111000110000101001001001011001 | c2924fc29245c291c2b8c29259 |
UHC | ?O?E?¸?Y | 001111110100111100111111010001010011111110100010101011000011111101011001 | 3f4f3f453fa2ac3f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)