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 | ??l | 001111110011111101101100 | 3f3f6c |
SJIS-WIN | 伊?l | 10001000110010010011111101101100 | 88c93f6c |
EUC-JP | 伊馹l | 101100001100101110001111111010011010000101101100 | b0cb8fe9a16c |
UTF-8 | 伊馹l | 11100100101111001000101011101001101001101011100101101100 | e4bc8ae9a6b96c |
UHC | 伊馹l | 1110110010100101111011001111000101101100 | eca5ecf16c |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)