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 | 睛企? | 1110000111001011100010101110100100111111 | e1cb8ae93f |
EUC-JP | 睛企? | 1110001011001101101101001110101100111111 | e2cdb4eb3f |
UTF-8 | 睛企ㄿ | 111001111001110110011011111001001011110010000001111000111000010010111111 | e79d9be4bc81e384bf |
UHC | 睛企ㄿ | 111011111110110011010000111010101010010010101111 | efecd0eaa4af |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)