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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 絎g貴 | 111000110100110110000010100001111000101101001101 | e34d82878b4d |
EUC-JP | 絎g貴 | 111001011010111010100011111001111011010110101110 | e5aea3e7b5ae |
UTF-8 | 絎g貴 | 111001111011010110001110111011111011110110000111111010001011001010110100 | e7b58eefbd87e8b2b4 |
UHC | ?g貴 | 0011111110100011111001111100111111111110 | 3fa3e7cffe |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)