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 | 00111111001111110011111101100110 | 3f3f3f66 |
SJIS-WIN | ?荊峯f | 001111111000110001110100100101011111010101100110 | 3f8c7495f566 |
EUC-JP | ?荊峯f | 001111111011011111010101110010101111011101100110 | 3fb7d5caf766 |
UTF-8 | 뤗荊峯f | 11101011101001001001011111101000100011011000101011100101101100111010111101100110 | eba497e88d8ae5b3af66 |
UHC | 뤗荊峯f | 10001111110001111111101110101010110111001110011101100110 | 8fc7fbaadce766 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)