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 | 猿?? | 10001001100011100011111100111111 | 898e3f3f |
EUC-JP | 猿?芷 | 101100011110111000111111100011111101011111001001 | b1ee3f8fd7c9 |
UTF-8 | 猿렪芷 | 111001111000110010111111111010111010000010101010111010001000101010110111 | e78cbfeba0aae88ab7 |
UHC | 猿렪芷 | 111010101011101110001110101110001111001010111010 | eabb8eb8f2ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)