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³UV | 1001001001001010100100011011001110010010010101011001001001010110 | 924a91b392559256 |
SJIS-WIN | ?J???U?V | 0011111101001010001111110011111100111111010101010011111101010110 | 3f4a3f3f3f553f56 |
EUC-JP | ?J???U?V | 0011111101001010001111110011111100111111010101010011111101010110 | 3f4a3f3f3f553f56 |
UTF-8 | J³UV | 11000010100100100100101011000010100100011100001010110011110000101001001001010101110000101001001001010110 | c2924ac291c2b3c29255c29256 |
UHC | ?J?³?U?V | 001111110100101000111111101010011111100000111111010101010011111101010110 | 3f4a3fa9f83f553f56 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)