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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | ?ュ?^ | 0011111110000011100001010011111101011110 | 3f83853f5e |
EUC-JP | 縯ュ?^ | 10001111110101001100101110100101111001010011111101011110 | 8fd4cba5e53f5e |
UTF-8 | 縯ュ폀^ | 11100111101110001010111111100011100000111010010111101101100011111000000001011110 | e7b8afe383a5ed8f805e |
UHC | 縯ュ폀^ | 11100110111000001010101111100101101111001000111101011110 | e6e0abe5bc8f5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)