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 | 茉常就薑 | 1110010010011101100011111110110110001111010000011110010101000111 | e49d8fed8f41e547 |
EUC-JP | 茉常就薑 | 1110011111111101101111101110111110111101101000101110100110101000 | e7fdbeefbda2e9a8 |
UTF-8 | 茉常就薑 | 111010001000110010001001111001011011100010111000111001011011000010110001111010001001011010010001 | e88c89e5b8b8e5b0b1e89691 |
UHC | 茉常就薑 | 1101100011001001110111111100100011110110101001101100101110111001 | d8c9dfc8f6a6cbb9 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)