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 | 脱坦蔵巽則 | 10010010010001011001001001010010100100011010000010010010010001101001000110100101 | 9245925291a0924691a5 |
EUC-JP | 脱坦蔵巽則 | 11000011101001101100001110110011110000101010001011000011101001111100001010100111 | c3a6c3b3c2a2c3a7c2a7 |
UTF-8 | 脱坦蔵巽則 | 111010001000010010110001111001011001110110100110111010001001010010110101111001011011011110111101111001011000100110000111 | e884b1e59da6e894b5e5b7bde58987 |
UHC | ?坦?巽則 | 0011111111110111101001000011111111100001110111101111011011001110 | 3ff7a43fe1def6ce |
SJIS-Win,EUC-JP: Classic charsets mainly used as Japanese encoding set on Windows(SJIS-Win=CP932) and UNIX(EUC-JP)