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 | ???^ | 00111111001111110011111101011110 | 3f3f3f5e |
SJIS-WIN | 髓?蕣^ | 111010011001001000111111111001001111101001011110 | e9923fe4fa5e |
EUC-JP | 髓?蕣^ | 111100011111001000111111111010001111110001011110 | f1f23fe8fc5e |
UTF-8 | 髓쎒蕣^ | 11101001101010111001001111101100100011101001001011101000100101011010001101011110 | e9ab93ec8e92e895a35e |
UHC | 髓쎒蕣^ | 11100010110100001001101110111001111000101111001001011110 | e2d09bb9e2f25e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)