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 | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-WIN | モ」hヘー | 1101001110100011011010001100110110110000 | d3a368cdb0 |
EUC-JP | モ」hヘー | 100011101101001110001110101000110110100010001110110011011000111010110000 | 8ed38ea3688ecd8eb0 |
UTF-8 | モ」hヘー | 11101111101111101001001111101111101111011010001101101000111011111011111010001101111011111011110110110000 | efbe93efbda368efbe8defbdb0 |
UHC | ??h?? | 0011111100111111011010000011111100111111 | 3f3f683f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)