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 | 薔e梱纈 | 1110010101001011100000101000010110001101101010111110001110010010 | e54b82858dabe392 |
EUC-JP | 薔e梱纈 | 1110100110101100101000111110010110111010101011011110010111110010 | e9aca3e5baade5f2 |
UTF-8 | 薔e梱纈 | 111010001001011010010100111011111011110110000101111001101010001010110001111001111011101010001000 | e89694efbd85e6a2b1e7ba88 |
UHC | 薔e梱? | 11101101111110011010001111100101110011011110000100111111 | edf9a3e5cde13f |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)