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 | ?????? | 001111110011111100111111001111110011111100111111 | 3f3f3f3f3f3f |
SJIS-WIN | 飮ζ?揖?? | 100111110101101010000011110001000011111110010111010010110011111100111111 | 9f5a83c43f974b3f3f |
EUC-JP | 飮ζ?揖?? | 110111011011101110100110110001100011111111001101101011000011111100111111 | ddbba6c63fcdac3f3f |
UTF-8 | 飮ζ퀎揖껇닃 | 1110100110100011101011101100111010110110111011011000000010001110111001101000111110010110111010101011101110000111111010111000101110000011 | e9a3aeceb6ed808ee68f96eabb87eb8b83 |
UHC | 飮ζ퀎揖껇닃 | 111010111110011010100101111001101011001110000100111010111110011110000011111010001000100010001100 | ebe6a5e6b384ebe783e8888c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)