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 | ?????BF | 00111111001111110011111100111111001111110100001001000110 | 3f3f3f3f3f4246 |
SJIS-WIN | テδ津δイBF | 11000011100000111100001010010010110000111000001111000010101100100100001001000110 | c383c292c383c2b24246 |
EUC-JP | テδ津δイBF | 100011101100001110100110110001001100010011000101101001101100010010001110101100100100001001000110 | 8ec3a6c4c4c5a6c48eb24246 |
UTF-8 | テδ津δイBF | 111011111011111010000011110011101011010011100110101101001010010111001110101101001110111110111101101100100100001001000110 | efbe83ceb4e6b4a5ceb4efbdb24246 |
UHC | ?δ津δ?BF | 00111111101001011110010011110010110100001010010111100100001111110100001001000110 | 3fa5e4f2d0a5e43f4246 |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)