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 | ?? | 0011111100111111 | 3f3f |
SJIS-WIN | 韈毬 | 11101000111001111001111101111011 | e8e79f7b |
EUC-JP | 韈毬 | 11110000111010011101110111011100 | f0e9dddc |
UTF-8 | 韈毬 | 111010011001111110001000111001101010111110101100 | e99f88e6afac |
UHC | ?毬 | 001111111100111110110011 | 3fcfb3 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)