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 | 琵琵^ | 1001010011111010100101001111101001011110 | 94fa94fa5e |
EUC-JP | 琵琵^ | 1100100011111100110010001111110001011110 | c8fcc8fc5e |
UTF-8 | 琵琵^ | 11100111100100001011010111100111100100001011010101011110 | e790b5e790b55e |
UHC | 琵琵^ | 1101110111110101110111011111010101011110 | ddf5ddf55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)