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 | 茉詞汐 | 111001001001110110001110100011001000111010101100 | e49d8e8c8eac |
EUC-JP | 茉詞汐 | 111001111111110110111011111011001011110010101110 | e7fdbbecbcae |
UTF-8 | 茉詞汐 | 111010001000110010001001111010001010100110011110111001101011000110010000 | e88c89e8a99ee6b190 |
UHC | 茉詞汐 | 110110001100100111011110111100101110000010110001 | d8c9def2e0b1 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)