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^ | 11101000101001011001111011100011100000101000110011010000100110100110010101011110 | e8a59ee3828cd09a655e |
SJIS-WIN | ?¥??????e^ | 0011111110000001100011110011111100111111001111110011111100111111001111110110010101011110 | 3f818f3f3f3f3f3f3f655e |
EUC-JP | è??ã????e^ | 1000111110101011101100100011111100111111100011111010101110101010001111110011111100111111001111110110010101011110 | 8fabb23f3f8fabaa3f3f3f3f655e |
UTF-8 | è¥ãÐe^ | 110000111010100011000010101001011100001010011110110000111010001111000010100000101100001010001100110000111001000011000010100110100110010101011110 | c3a8c2a5c29ec3a3c282c28cc390c29a655e |
UHC | ??????Ð?e^ | 0011111100111111001111110011111100111111001111111010100010100010001111110110010101011110 | 3f3f3f3f3f3fa8a23f655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)