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 | ????? | 0011111100111111001111110011111100111111 | 3f3f3f3f3f |
SJIS-WIN | 閼ア魍亥穀 | 111010001000010010110001111010011011000110001000111001011000110110010010 | e884b1e9b188e58d92 |
EUC-JP | 閼ア魍亥穀 | 11101111111001001000111010110001111100101011001110110000111001111011100111110010 | efe48eb1f2b3b0e7b9f2 |
UTF-8 | 閼ア魍亥穀 | 111010011001011010111100111011111011110110110001111010011010110110001101111001001011101010100101111001111010100110000000 | e996bcefbdb1e9ad8de4baa5e7a980 |
UHC | 閼??亥穀 | 1110010011011001001111110011111111111010101001001100110111011010 | e4d93f3ffaa4cdda |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)