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 | ??wh | 00111111001111110111011101101000 | 3f3f7768 |
SJIS-WIN | 爭?wh | 1110000010100101001111110111011101101000 | e0a53f7768 |
EUC-JP | 爭?wh | 1110000010100111001111110111011101101000 | e0a73f7768 |
UTF-8 | 爭렱wh | 1110011110001000101011011110101110100000101100010111011101101000 | e788adeba0b17768 |
UHC | 爭렱wh | 111011101011001110001110101111100111011101101000 | eeb38ebe7768 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)