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 | æ£ë´h | 11100110100101011010001111101011101101001001001001101000 | e695a3ebb49268 |
SJIS-WIN | ??£?´?h | 001111110011111110000001100100100011111110000001010011000011111101101000 | 3f3f81923f814c3f68 |
EUC-JP | ��h | 10001111101010011100000100111111101000011111001010001111101010111011001110100001101011010011111101101000 | 8fa9c13fa1f28fabb3a1ad3f68 |
UTF-8 | æ£ë´h | 11000011101001101100001010010101110000101010001111000011101010111100001010110100110000101001001001101000 | c3a6c295c2a3c3abc2b4c29268 |
UHC | æ???´?h | 101010011010000100111111001111110011111110100010101001010011111101101000 | a9a13f3f3fa2a53f68 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)