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 | ?琵^ | 00111111100101001111101001011110 | 3f94fa5e |
EUC-JP | 馹琵^ | 100011111110100110100001110010001111110001011110 | 8fe9a1c8fc5e |
UTF-8 | 馹琵^ | 11101001101001101011100111100111100100001011010101011110 | e9a6b9e790b55e |
UHC | 馹琵^ | 1110110011110001110111011111010101011110 | ecf1ddf55e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)