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 | J³WY | 1001001001001010100100011011001110010010010101111001001001011001 | 924a91b392579259 |
SJIS-WIN | ?J???W?Y | 0011111101001010001111110011111100111111010101110011111101011001 | 3f4a3f3f3f573f59 |
EUC-JP | ?J???W?Y | 0011111101001010001111110011111100111111010101110011111101011001 | 3f4a3f3f3f573f59 |
UTF-8 | J³WY | 11000010100100100100101011000010100100011100001010110011110000101001001001010111110000101001001001011001 | c2924ac291c2b3c29257c29259 |
UHC | ?J?³?W?Y | 001111110100101000111111101010011111100000111111010101110011111101011001 | 3f4a3fa9f83f573f59 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)