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 | 1110000001101001001111110011111101010110 | e0693f3f56 |
EUC-JP | 瀛??V | 1101111111001010001111110011111101010110 | dfca3f3f56 |
UTF-8 | 瀛릯뢎V | 11100111100000001001101111101011101001101010111111101011101000101000111001010110 | e7809beba6afeba28e56 |
UHC | 瀛릯뢎V | 11100111101110101001000010001111100011110100100101010110 | e7ba908f8f4956 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)