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 | ì¤ìe^ | 1110110010000100101001001110110010000100100111000110010101011110 | ec84a4ec849c655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ì?¤ì??e^ | 1000111110101011110000000011111110001111101000101111000010001111101010111100000000111111001111110110010101011110 | 8fabc03f8fa2f08fabc03f3f655e |
UTF-8 | ì¤ìe^ | 1100001110101100110000101000010011000010101001001100001110101100110000101000010011000010100111000110010101011110 | c3acc284c2a4c3acc284c29c655e |
UHC | ??¤???e^ | 001111110011111110100010101101000011111100111111001111110110010101011110 | 3f3fa2b43f3f3f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)