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 | 鯰チ・」硤 | 11101001110011101100000110100101101000111111101101111010 | e9cec1a5a3fb7a |
EUC-JP | 鯰チ・」硤 | 1111001011010000100011101100000110001110101001011000111010100011100011111100111111101001 | f2d08ec18ea58ea38fcfe9 |
UTF-8 | 鯰チ・」硤 | 111010011010111110110000111011111011111010000001111011111011110110100101111011111011110110100011111001111010000110100100 | e9afb0efbe81efbda5efbda3e7a1a4 |
UHC | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)