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 | 1110100010110100100100101110010110101101100000110100001001000110 | e8b492e5ad834246 |
EUC-JP | 雍貞ュィF | 111100001011011011000100111001111000111010101101101001011010001101000110 | f0b6c4e78eada5a346 |
UTF-8 | 雍貞ュィF | 11101001100110111000110111101000101100101001111011101111101111011010110111100011100000101010001101000110 | e99b8de8b29eefbdade382a346 |
UHC | 雍貞?ィF | 1110100010111100111011111111011000111111101010111010001101000110 | e8bceff63faba346 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)