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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 倭??節η | 1001100001100000001111110011111110010000110111111000001111000101 | 98603f3f90df83c5 |
EUC-JP | 倭??節η | 1100111111000001001111110011111111000000111000011010011011000111 | cfc13f3fc0e1a6c7 |
UTF-8 | 倭얏뀞節η | 1110010110000000101011011110110010010110100011111110101110000000100111101110011110101111100000001100111010110111 | e580adec968feb809ee7af80ceb7 |
UHC | 倭얏뀞節η | 11101000110111101011111011100110100001011001010111101111101111011010010111100111 | e8debee68595efbda5e7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)