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 | 芬主憶 | 111001001000111010001110111001011000100110101111 | e48e8ee589af |
EUC-JP | 芬主憶 | 111001111110111010111100111001111011001010110001 | e7eebce7b2b1 |
UTF-8 | 芬主憶 | 111010001000101010101100111001001011100010111011111001101000011010110110 | e88aace4b8bbe686b6 |
UHC | 芬主憶 | 110111011101001011110001101010111110010111100011 | ddd2f1abe5e3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)