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 | í°|íPh | 111011011001100010110000011111001110110110011000100101100101000001101000 | ed98b07ced98965068 |
SJIS-WIN | ??°|???Ph | 00111111001111111000000110001011011111000011111100111111001111110101000001101000 | 3f3f818b7c3f3f3f5068 |
EUC-JP | í?°|í??Ph | 1000111110101011101111110011111110100001111010110111110010001111101010111011111100111111001111110101000001101000 | 8fabbf3fa1eb7c8fabbf3f3f5068 |
UTF-8 | í°|íPh | 110000111010110111000010100110001100001010110000011111001100001110101101110000101001100011000010100101100101000001101000 | c3adc298c2b07cc3adc298c2965068 |
UHC | ??°|???Ph | 00111111001111111010000111000110011111000011111100111111001111110101000001101000 | 3f3fa1c67c3f3f3f5068 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)