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 | ?????B | 001111110011111100111111001111110011111101000010 | 3f3f3f3f3f42 |
SJIS-WIN | 闌ォ邵∬註B | 11101000100011001010101111100111101110001000000111101000100100101001000001000010 | e88cabe7b881e8929042 |
EUC-JP | 闌ォ邵∬註B | 1110111111101100100011101010101111101110101110101010001011101010110000111111000001000010 | efec8eabeebaa2eac3f042 |
UTF-8 | 闌ォ邵∬註B | 11101001100101111000110011101111101111011010101111101001100000101011010111100010100010001010110011101000101010001011101101000010 | e9978cefbdabe982b5e288ace8a8bb42 |
UHC | ??邵∬註B | 001111110011111111100001110100001010000111110011111100011100100101000010 | 3f3fe1d0a1f3f1c942 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)