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 | 燒役?繹 | 11100000100101101001011011110000001111111110001110001000 | e09696f03fe388 |
EUC-JP | 燒役?繹 | 11011111111101101100110011110010001111111110010111101000 | dff6ccf23fe5e8 |
UTF-8 | 燒役읩繹 | 111001111000011110010010111001011011110110111001111011001001110110101001111001111011100110111001 | e78792e5bdb9ec9da9e7b9b9 |
UHC | 燒役읩繹 | 1110000111000000111001101011010110011111110100001110011010111010 | e1c0e6b59fd0e6ba |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)