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 | ┃─^ | 1000010010101011100001001001111101011110 | 84ab849f5e |
EUC-JP | ┃─^ | 1010100010101101101010001010000101011110 | a8ada8a15e |
UTF-8 | ┃─^ | 11100010100101001000001111100010100101001000000001011110 | e29483e294805e |
UHC | ┃─^ | 1010011010101101101001101010000101011110 | a6ada6a15e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)