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 | OERä· | 1001001001001111100100100100010110010010010100101110010010110111 | 924f92459252e4b7 |
SJIS-WIN | ?O?E?R?? | 0011111101001111001111110100010100111111010100100011111100111111 | 3f4f3f453f523f3f |
EUC-JP | ?O?E?Rä? | 00111111010011110011111101000101001111110101001010001111101010111010001100111111 | 3f4f3f453f528faba33f |
UTF-8 | OERä· | 11000010100100100100111111000010100100100100010111000010100100100101001011000011101001001100001010110111 | c2924fc29245c29252c3a4c2b7 |
UHC | ?O?E?R?· | 001111110100111100111111010001010011111101010010001111111010000110100100 | 3f4f3f453f523fa1a4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)