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 | þOEN | 1001000111111110100100100100111110010010010001011001001001001110 | 91fe924f9245924e |
SJIS-WIN | ???O?E?N | 0011111100111111001111110100111100111111010001010011111101001110 | 3f3f3f4f3f453f4e |
EUC-JP | ?þ?O?E?N | 00111111100011111010100111010000001111110100111100111111010001010011111101001110 | 3f8fa9d03f4f3f453f4e |
UTF-8 | þOEN | 11000010100100011100001110111110110000101001001001001111110000101001001001000101110000101001001001001110 | c291c3bec2924fc29245c2924e |
UHC | ?þ?O?E?N | 001111111010100110101101001111110100111100111111010001010011111101001110 | 3fa9ad3f4f3f453f4e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)