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 | ????F | 0011111100111111001111110011111101000110 | 3f3f3f3f46 |
SJIS-WIN | 狸損但炭F | 100100100100101110010001101110011001001001000001100100100101100101000110 | 924b91b99241925946 |
EUC-JP | 狸損但炭F | 110000111010110011000010101110111100001110100010110000111011101001000110 | c3acc2bbc3a2c3ba46 |
UTF-8 | 狸損但炭F | 11100111100010111011100011100110100100001000110111100100101111011000011011100111100000101010110101000110 | e78bb8e6908de4bd86e782ad46 |
UHC | 狸損但炭F | 110101111110000111100001110111111101001110100011111101111010100101000110 | d7e1e1dfd3a3f7a946 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)