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 | ??^ | 001111110011111101011110 | 3f3f5e |
SJIS-WIN | ??^ | 001111110011111101011110 | 3f3f5e |
EUC-JP | 濚濚^ | 10001111110010011010000110001111110010011010000101011110 | 8fc9a18fc9a15e |
UTF-8 | 濚濚^ | 11100110101111111001101011100110101111111001101001011110 | e6bf9ae6bf9a5e |
UHC | 濚濚^ | 1110011110111001111001111011100101011110 | e7b9e7b95e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)