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 | 荐需 | 11100100101001101000111011111001 | e4a68ef9 |
EUC-JP | 荐需 | 11101000101010001011110011111011 | e8a8bcfb |
UTF-8 | 荐需 | 111010001000110110010000111010011001110010000000 | e88d90e99c80 |
UHC | ?需 | 001111111110001011001101 | 3fe2cd |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)