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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 暲?身? | 111110101101110000111111100100000110011100111111 | fadc3f90673f |
EUC-JP | 暲?身? | 10001111110000101101101100111111101111111100100000111111 | 8fc2db3fbfc83f |
UTF-8 | 暲렲身렓 | 111001101001101010110010111010111010000010110010111010001011101010101011111010111010000010010011 | e69ab2eba0b2e8baabeba093 |
UHC | 暲렲身렓 | 1110110111100111100011101011111111100011111100111000111010101000 | ede78ebfe3f38ea8 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)