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 | 001111111001000101001110100100010100001001000110 | 3f914e914246 |
EUC-JP | ?鮮腺F | 001111111100000110101111110000011010001101000110 | 3fc1afc1a346 |
UTF-8 | 卨鮮腺F | 11100101100011011010100011101001101011101010111011101000100001011011101001000110 | e58da8e9aeaee885ba46 |
UHC | 卨鮮腺F | 11100000110110011110000011011000111000001100110101000110 | e0d9e0d8e0cd46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)