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 | 率苜菲 | 100101111010011011100100100111001110010011001001 | 97a6e49ce4c9 |
EUC-JP | 率苜菲 | 110011101010100011100111111111001110100011001011 | cea8e7fce8cb |
UTF-8 | 率苜菲 | 111001111000111010000111111010001000101110011100111010001000111110110010 | e78e87e88b9ce88fb2 |
UHC | 率?菲 | 1110000111100011001111111101111010100011 | e1e33fdea3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)