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 | çºíMBB | 1110011110111010100011111110110110001111010011010100001001000010 | e7ba8fed8f4d4242 |
SJIS-WIN | ?????MBB | 0011111100111111001111110011111100111111010011010100001001000010 | 3f3f3f3f3f4d4242 |
EUC-JP | çº?í?MBB | 1000111110101011101011101000111110100010111010110011111110001111101010111011111100111111010011010100001001000010 | 8fabae8fa2eb3f8fabbf3f4d4242 |
UTF-8 | çºíMBB | 11000011101001111100001010111010110000101000111111000011101011011100001010001111010011010100001001000010 | c3a7c2bac28fc3adc28f4d4242 |
UHC | ?º???MBB | 001111111010100010101100001111110011111100111111010011010100001001000010 | 3fa8ac3f3f3f4d4242 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)