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 | ???? | 00111111001111110011111100111111 | 3f3f3f3f |
SJIS-WIN | 薰滂ス「 | 111110111001111010011111111011111011110110100010 | fb9e9fefbda2 |
EUC-JP | ?滂ス「 | 00111111110111101111000110001110101111011000111010100010 | 3fdef18ebd8ea2 |
UTF-8 | 薰滂ス「 | 111010001001011010110000111001101011101110000010111011111011110110111101111011111011110110100010 | e896b0e6bb82efbdbdefbda2 |
UHC | 薰滂?? | 111111011011100111011011101101010011111100111111 | fdb9dbb53f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)