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^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
SJIS-WIN | ??????e^ | 0011111100111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f3f655e |
EUC-JP | ??鋌???e^ | 00111111001111111000111111100100101110110011111100111111001111110110010101011110 | 3f3f8fe4bb3f3f3f655e |
UTF-8 | 룶웩鋌룶콓◈e^ | 1110101110100011101101101110110010011011101010011110100110001011100011001110101110100011101101101110110010111101100100111110001010010111100010000110010101011110 | eba3b6ec9ba9e98b8ceba3b6ecbd93e29788655e |
UHC | 룶웩鋌룶콓◈e^ | 1000111110101011110000001010000111101111111110111000111110101011101100011000111110100010110000100110010101011110 | 8fabc0a1effb8fabb18fa2c2655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)