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 | 茉常讐絅 | 1110010010011101100011111110110110001111010100011110001101000100 | e49d8fed8f51e344 |
EUC-JP | 茉常讐絅 | 1110011111111101101111101110111110111101101100101110010110100101 | e7fdbeefbdb2e5a5 |
UTF-8 | 茉常讐絅 | 111010001000110010001001111001011011100010111000111010001010111010010000111001111011010110000101 | e88c89e5b8b8e8ae90e7b585 |
UHC | 茉常讐絅 | 1101100011001001110111111100100011100010110000101100110011100111 | d8c9dfc8e2c2cce7 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)