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 | 昕菽ラネ | 111110101100111111100100110000011101011111001000 | facfe4c1d7c8 |
EUC-JP | 昕菽ラネ | 100011111100000111111100111010001100001110001110110101111000111011001000 | 8fc1fce8c38ed78ec8 |
UTF-8 | 昕菽ラネ | 111001101001100010010101111010001000111110111101111011111011111010010111111011111011111010001000 | e69895e88fbdefbe97efbe88 |
UHC | 昕菽?? | 111111011101101011100010110111010011111100111111 | fddae2dd3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)