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 | ?P??B | 0011111101010000001111110011111101000010 | 3f503f3f42 |
SJIS-WIN | 短P巽単B | 1001001001011010010100001001001001000110100100100101000001000010 | 925a509246925042 |
EUC-JP | 短P巽単B | 1100001110111011010100001100001110100111110000111011000101000010 | c3bb50c3a7c3b142 |
UTF-8 | 短P巽単B | 1110011110011111101011010101000011100101101101111011110111100101100011011001100001000010 | e79fad50e5b7bde58d9842 |
UHC | 短P巽?B | 11010011101011010101000011100001110111100011111101000010 | d3ad50e1de3f42 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)