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 ¸B | 11100100010011111000010010000101100010001011100001000010 | e44f848588b842 |
SJIS-WIN | ?O????B | 00111111010011110011111100111111001111110011111101000010 | 3f4f3f3f3f3f42 |
EUC-JP | äO???¸B | 1000111110101011101000110100111100111111001111110011111110001111101000101011000101000010 | 8faba34f3f3f3f8fa2b142 |
UTF-8 | äO ¸B | 110000111010010001001111110000101000010011000010100001011100001010001000110000101011100001000010 | c3a44fc284c285c288c2b842 |
UHC | ?O???¸B | 0011111101001111001111110011111100111111101000101010110001000010 | 3f4f3f3f3fa2ac42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)