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 | ??? | 001111110011111100111111 | 3f3f3f |
SJIS-WIN | 逸捧? | 1000100011101101100101011111100100111111 | 88ed95f93f |
EUC-JP | 逸捧? | 1011000011101111110010101111101100111111 | b0efcafb3f |
UTF-8 | 逸捧륨 | 111010011000000010111000111001101000110110100111111010111010010110101000 | e980b8e68da7eba5a8 |
UHC | 逸捧륨 | 111011001110111111011100111010011011011111111101 | ecefdce9b7fd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)