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 | ?靖^ | 00111111100101101111010101011110 | 3f96f55e |
EUC-JP | ?靖^ | 00111111110011001111011101011110 | 3fccf75e |
UTF-8 | 압靖^ | 11101100100101011001010111101001100111011001011001011110 | ec9595e99d965e |
UHC | 압靖^ | 1011111011010000111011111111111001011110 | bed0effe5e |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)