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 | ??????^ | 00111111001111110011111100111111001111110011111101011110 | 3f3f3f3f3f3f5e |
SJIS-WIN | ??渫??渫^ | 001111110011111110011111110101100011111100111111100111111101011001011110 | 3f3f9fd63f3f9fd65e |
EUC-JP | ??渫??渫^ | 001111110011111111011110110110000011111100111111110111101101100001011110 | 3f3fded83f3fded85e |
UTF-8 | 롍렚渫롍렚渫^ | 11101011101000011000110111101011101000001001101011100110101110001010101111101011101000011000110111101011101000001001101011100110101110001010101101011110 | eba18deba09ae6b8abeba18deba09ae6b8ab5e |
UHC | 롍렚渫롍렚渫^ | 10001110110100111000111010101101111000001101111010001110110100111000111010101101111000001101111001011110 | 8ed38eade0de8ed38eade0de5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)