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 | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-WIN | シア] | 1111000011000001101111001011000101011101 | f0c1bcb15d |
EUC-JP | ?シア] | 001111111000111010111100100011101011000101011101 | 3f8ebc8eb15d |
UTF-8 | シア] | 11101110100000101000000011101111101111011011110011101111101111011011000101011101 | ee8280efbdbcefbdb15d |
UHC | ???] | 00111111001111110011111101011101 | 3f3f3f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)