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 | 00111111001111110011111101000110 | 3f3f3f46 |
SJIS-WIN | 襁懆樗F | 11100101111101001001110011101000100100101001010001000110 | e5f49ce8929446 |
EUC-JP | 襁懆樗F | 11101010111101101101100011101010110000111111010001000110 | eaf6d8eac3f446 |
UTF-8 | 襁懆樗F | 11101000101001011000000111100110100001111000011011100110101010001001011101000110 | e8a581e68786e6a89746 |
UHC | 襁?樗F | 110010111011101000111111111011101100000001000110 | cbba3feec046 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)