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^ | 00111111001111110011111100111111001111110110010101011110 | 3f3f3f3f3f655e |
SJIS-WIN | 載????e^ | 1000110111011010001111110011111100111111001111110110010101011110 | 8dda3f3f3f3f655e |
EUC-JP | 載????e^ | 1011101011011100001111110011111100111111001111110110010101011110 | badc3f3f3f3f655e |
UTF-8 | 載얜렜언ㄿe^ | 1110100010111100100010011110110010010110100111001110101110100000100111001110110010010110101110001110001110000100101111110110010101011110 | e8bc89ec969ceba09cec96b8e384bf655e |
UHC | 載얜렜언ㄿe^ | 111011101011000010111110111010111000111010101110101111101111000010100100101011110110010101011110 | eeb0beeb8eaebef0a4af655e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)