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 | îå¼FB | 1110111010000111100111111110010110111100100011110100011001000010 | ee879fe5bc8f4642 |
SJIS-WIN | ??????FB | 0011111100111111001111110011111100111111001111110100011001000010 | 3f3f3f3f3f3f4642 |
EUC-JP | î??å??FB | 100011111010101111000010001111110011111110001111101010111010100100111111001111110100011001000010 | 8fabc23f3f8faba93f3f4642 |
UTF-8 | îå¼FB | 1100001110101110110000101000011111000010100111111100001110100101110000101011110011000010100011110100011001000010 | c3aec287c29fc3a5c2bcc28f4642 |
UHC | ????¼?FB | 001111110011111100111111001111111010100011111001001111110100011001000010 | 3f3f3f3fa8f93f4642 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)