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 | ???V | 00111111001111110011111101010110 | 3f3f3f56 |
SJIS-WIN | 葉??V | 1001011101110100001111110011111101010110 | 97743f3f56 |
EUC-JP | 葉??V | 1100110111010101001111110011111101010110 | cdd53f3f56 |
UTF-8 | 葉뗫젻V | 11101000100100011000100111101011100101111010101111101100101000001011101101010110 | e89189eb97abeca0bb56 |
UHC | 葉뗫젻V | 11100111101010001000101111101011101000001010111001010110 | e7a88beba0ae56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)