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 | ??Q] | 00111111001111110101000101011101 | 3f3f515d |
SJIS-WIN | 害菰Q] | 100010100101000110001100110101000101000101011101 | 8a518cd4515d |
EUC-JP | 害菰Q] | 101100111011001010111000110101100101000101011101 | b3b2b8d6515d |
UTF-8 | 害菰Q] | 1110010110101110101100111110100010001111101100000101000101011101 | e5aeb3e88fb0515d |
UHC | 害菰Q] | 111110101010101011001101110010100101000101011101 | faaacdca515d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)