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 | 驍菩桾奣 | 1110100110000010100101011110110010011110100101011111101010100011 | e98295ec9e95faa3 |
EUC-JP | 驍菩桾奣 | 111100011110001011001010111011101101101111110101100011111011100011111100 | f1e2caeedbf58fb8fc |
UTF-8 | 驍菩桾奣 | 111010011010100110001101111010001000111110101001111001101010000110111110111001011010010110100011 | e9a98de88fa9e6a1bee5a5a3 |
UHC | 驍菩?? | 111111011010010011011100110011000011111100111111 | fda4dccc3f3f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)