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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 蟻?Р? | 100010110110000100111111100001000101000100111111 | 8b613f84513f |
EUC-JP | 蟻?Р薏 | 1011010111000010001111111010011110110010100011111101100111011110 | b5c23fa7b28fd9de |
UTF-8 | 蟻쒏Р薏 | 1110100010011111101110111110110010010010100011111101000010100000111010001001011010001111 | e89fbbec928fd0a0e8968f |
UHC | 蟻쒏Р薏 | 1110101111111100100111001110011010101100101100101110101111111011 | ebfc9ce6acb2ebfb |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)