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 | 11101010100010011110001001100011111001111101100001000110 | ea89e263e7d846 |
EUC-JP | 皷稍釐F | 11110011111010011110001111000100111011101101101001000110 | f3e9e3c4eeda46 |
UTF-8 | 皷稍釐F | 11100111100110101011011111100111101010001000110111101001100001111001000001000110 | e79ab7e7a88de9879046 |
UHC | ?稍釐F | 001111111111010110101010110101111110110101000110 | 3ff5aad7ed46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)