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 | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-WIN | オュhオュ | 111100101010000110110101101011010110100011110010101000011011010110101101 | f2a1b5ad68f2a1b5ad |
EUC-JP | ?オュh?オュ | 0011111110001110101101011000111010101101011010000011111110001110101101011000111010101101 | 3f8eb58ead683f8eb58ead |
UTF-8 | オュhオュ | 11101110100001111001100011101111101111011011010111101111101111011010110101101000111011101000011110011000111011111011110110110101111011111011110110101101 | ee8798efbdb5efbdad68ee8798efbdb5efbdad |
UHC | ???h??? | 00111111001111110011111101101000001111110011111100111111 | 3f3f3f683f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)