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 | 001111110011111100111111001111110011111101000110 | 3f3f3f3f3f46 |
SJIS-WIN | 跋庭キろ隍F | 11100110111010111001001011101011101101111000001011101011111010001010010001000110 | e6eb92ebb782ebe8a446 |
EUC-JP | 跋庭キろ隍F | 1110110011101101110001001110110110001110101101111010010011101101111100001010011001000110 | ecedc4ed8eb7a4edf0a646 |
UTF-8 | 跋庭キろ隍F | 11101000101101111000101111100101101110101010110111101111101111011011011111100011100000101000110111101001100110101000110101000110 | e8b78be5baadefbdb7e3828de99a8d46 |
UHC | 跋庭?ろ隍F | 11011011101000101110111111010100001111111010101011101101111111001101101101000110 | dba2efd43faaedfcdb46 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)