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 | ???\ | 00111111001111110011111101011100 | 3f3f3f5c |
SJIS-WIN | 熊輕?\ | 100011000100011011100111011010100011111101011100 | 8c46e76a3f5c |
EUC-JP | 熊輕?\ | 101101111010011111101101110010110011111101011100 | b7a7edcb3f5c |
UTF-8 | 熊輕갊\ | 11100111100001101000101011101000101111001001010111101010101100001000101001011100 | e7868ae8bc95eab08a5c |
UHC | 熊輕갊\ | 11101010101010001100110011101110101100001010011101011100 | eaa8cceeb0a75c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)