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 | ??] | 001111110011111101011101 | 3f3f5d |
SJIS-WIN | 笑ル] | 10001111110011101101100101011101 | 8fced95d |
EUC-JP | 笑ル] | 1011111011010000100011101101100101011101 | bed08ed95d |
UTF-8 | 笑ル] | 11100111101011001001000111101111101111101001100101011101 | e7ac91efbe995d |
UHC | 笑?] | 11100001110001010011111101011101 | e1c53f5d |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)