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 | 中??? | 1001001010000110001111110011111100111111 | 92863f3f3f |
EUC-JP | 中??? | 1100001111100110001111110011111100111111 | c3e63f3f3f |
UTF-8 | 中쭹렜렎 | 111001001011100010101101111011001010110110111001111010111010000010011100111010111010000010001110 | e4b8adecadb9eba09ceba08e |
UHC | 中쭹렜렎 | 1111000111101001110000101110011110001110101011101000111010100100 | f1e9c2e78eae8ea4 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)